319
Views
4
Comments
Solved
Button on Table Records
Question

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?



2026-01-26 10-25-31
Lennart Kraak
Champion
Solution

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.

2017-02-23 11-12-25
Eric Halim

Yes you can use record id right? Bind it to button action as input parameter or even to a link.

UserImage.jpg
Johnson Lim

Hi Eric,

Yes!!  Mind to give some example?i am a new newbie in Outsystems   

2026-01-26 10-25-31
Lennart Kraak
Champion
Solution

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.

UserImage.jpg
Johnson Lim

Thanks Eric and Lennart

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.