Hi,
I need to have a button Table Records as per below.
I need to be able to capture the identifier on each records when the button is clicked.
Does anyone has idea on this ?
Can someone help?
In the screen action that is called after the button has been clicked, you can access the id via TableRecords.List.Current.<EntityName>.Id.
Alternatively you can provide the id to the action to be called via a parameter, using again TableRecords.List.Current.<EntityName>.Id.
Yes you can use record id right? Bind it to button action as input parameter or even to a link.
Hi Eric,
Yes!! Mind to give some example?i am a new newbie in Outsystems
Thanks Eric and Lennart