I have a list of orders in a table like this:
---------------------------------------------------
ORDERXY APPRVOVE DECLINE
---------------------------------------------------
ORDERXYZ APPRVOVE DECLINE
This "table" is created in a repeat element iterationg over List.
My question is what is the most clean and elegant way to know in the submit function triggered by a button on the table which order was decided on?
Thanks for your help!