17
Views
2
Comments
Solved
Passing parameter from List to block inside the list
Question
Application Type
Reactive

Hello everyone!

I have one list that has blocks inside, and I need to pass the ID of each record of the aggregate from the list to the block...

But I can't find the place where to make this connection.

What am I missing? :)


2021-10-09 07-57-44
Stefan Weber
 
MVP
Solution

Add an input parameter of type <Entity> Identifier to your block. Then you can pass the identifier inside the List eg. GetData.List.Current.DataId

Best

Stefan

2023-11-10 11-46-42
Diogo Barbosa

Thanks!

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