How to write selected items in a selector

Hello

What is the correct format for this? I want to use this is my selector.

selectedItems={ „Mark, „John”, James” } />

But I’m not sure how to use this? should I use { } signs?

Could you please edit it so that it can be used?

@anon40731888

selectedItems={ “Mark”, “John”,“James” } />

Store the data in a array and use the for each and with for each use the assign activity and pass the syntax as CurrentItem.tostring and then pass that variable into the strict selector in a unique attribute value. So, by this the selectors will be changed based on the data received from that array.

Hope it helps!!

@anon40731888

<selectedItems={"Mark", "John", "James"} />

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.