Hi All
i have a question about get data by id using fetch data action. how do I get data that is not current, but selected data? when i press the button from "UR/TE/IT/2207/0061" why always get the current data, please let me know how to fix this problem, thanks a lot
regards,
yansen
Hi @yosua yansen
For the mentioned scenario, You need to pass the Ticket Id as (PageData.Current.Trx_ticket_h_id) since PageData is the source for the list element. Instead, your passing (GetTicketWaitingApproval.ticket_h_id) from data action which always gives you the same result as Id's not going to change. Attaching the OML, pls verify.
Hope this helps!
Regards
Saravanan Santhanam.
Hi @Saravanan S
thanks for your response, i already doing same the result still same
Hi @yosua yansen ,
Can you please confirm what you need to show on the second screen on which you are navigated after clicking on Approve button.
There are two scenarios:
Attaching the OML file with the updated logic of list append.
Hope this helps you!!