Hello,
In a custom plugin i'm calling an API to retrieve a list of items, and i would like those items to be displayed as choices for the user in a DynamicClosedListEntity.
The items are in a table type variable, and i know that to be displayed as choices, each item must have a DisplayName property.
So i want to add this property for each item and to set its value to a concatenation of some of its properties.
I suppose the best way to achieve this is to rebuild a new variable in a SetVariable block, but i'm struggling in vain with FX functions.
Is there anyone to help me?
Thank you