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? :)
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
Thanks!