Can you please help me to convert this piece of data inside [] into udm?
Do I need to use regex to do that?
Thank you in advance!
Best answer by ion_
I'm not sure if you can write an array directly like that, but I do know you can iterate over arrays. I've solved something similar and modified the code to suit your example. I've left the statedump in so you can make sure each iteration is working correctly
for index, _domain in activity_metadata.settings_new_value.domains_list {
I'm not sure if you can write an array directly like that, but I do know you can iterate over arrays. I've solved something similar and modified the code to suit your example. I've left the statedump in so you can make sure each iteration is working correctly
for index, _domain in activity_metadata.settings_new_value.domains_list {
I'm not sure if you can write an array directly like that, but I do know you can iterate over arrays. I've solved something similar and modified the code to suit your example. I've left the statedump in so you can make sure each iteration is working correctly
for index, _domain in activity_metadata.settings_new_value.domains_list {