Hi,
How do I instead of using an aggregate I use a local variable to show a list of items.
Example:
I click inside a drop down, but istead of getting what will have inside the dropdown from an aggregate I get it from something local. A variable or something?
How?
Thank you.
Kind regards
Hi Pedro,
Please find the attached sample as per your requirement. Please see the DropDownSample screen.
You can use a Local Variable and set data type to Record List.
Best Regards.
Rui Gaspar
Hi, thank you for your answer.
But if I Create a local variable as record and add one attribute lest say name.
How do I add multiple names?
You need to create local variable as list type for that. Like List of Entity or List of Text type.
Thanks
Vinod
Pedro,
You have to create a record list, like the image below. And append all the records to this list.
Hi @Pedro Boffa ,
just take one local variable and set its data type as a list of {entity name} and in the dropdown you can set source list as a local variable and in value you can set it as local variable .attribute_name.
I hope this will solve your issue.
Thanks and Regards
Tanisha Mahendru
Thank you all for the help !!!