Hi All,
Can we get the last result from ION API within the work flow? Because it always giving the first result set.
Thanks
Regards
Mayuran
I do not understand your question as the API Call result is available in the response. Status codes are also available.
What is meant by the 'last result'? and 'in the workflow'?
I believe he is asking on how to parse and get the last record in the IONAPI response. Let say you use List API(LstWarehouseItems) to return n number of records and he wants to access the last record alone by index. usually we will mention the index in the API response like $.MIresult.record[0].ITNO. As per my knowledge there is no way we can figure out the last record index in workflow these are possible only in dataflow using scripts.