How do I get an aggregate in a DataGrid to link to another screen by ID?
Hi Regina,
On the rest that feeds the data grid you need to include a field lets say called URL and then on the data grid you include Grid Column Link that use that field. The Title, here filled with ID, needs to contain the REST field that you want to show with the link
Hope this helps.
Regards,
Marcelo
Did you check the link option in the data grid samples ?
https://outsystemsui.outsystems.com/DataGridSample/
A simple options would be to just pass the Id as a parameter in this link.
Let me know if this helps,
Cheers,
Tushar
Worked thank you!