How to get multiple values from Single Asset in uipath

Hi All,
I made an Asset below:
image
How can I get individual values in my code one by one? Eg Account and then Policy and then Population and so on…

Tanks in advance!!

Either use String.split

Or an alternative way would be to save a JSON (e.g. serialized list) in your asset-value which you can deserialize when using

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