Hi All,
I made an Asset below:
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!!
Hi All,
I made an Asset below:
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.