Is there a manner very easy to show the RowLink content from a Screen?

Is there a manner very easy to show the RowLink content from a Screen?
Means like when I work with tables, but in this case from any application, any form or Column list....

In tables We work:

My question if exist any manner make the same but from or in an application, form,.., mean, a user level...

Best Regards
Javier
@Alyssa @Pankaj

Hi @Javi-1285 :honeybee:

You can display all of the rows on an app screen with a list object. For your app, you can create a list of the SCI_Responsable_Control table, and the source of your list would be the filtered column of the row you wish to display (Since you've already created a column with a FILTER, you can just point to that column).

For your example, your list source may be =$[InputRow][RL_SCI_Responsable_Control]

Let us know if that helps! :slight_smile:

Thanks @Alyssa , sorry, I 'don't understand when you say "$[InputRow]...

Best regards
Javier

Hi @Javi-1285 :honeybee:

$[InputRow] can be replaced with the name of a screen variable that represents a row (it can be any row of data that you wish to display in the list). You can also use FINDROW() to specify a row, if you do not have a variable on your screen that is a row.

Hope that helps clarify, let us know if you have any other questions. :honey_pot: