How to add multiple values for multiple selection kind attribute type in asset using workflow?
Hello,
I want to add multiple values from the checkbox type field, I created in start form for an attribute type of kind multiple selection in an asset. How can I add it?
Please note I don’t want to add attributes as separate rows using loop but I want to add in a single row for an asset.
Former User
Posted 5 years ago · Edited 1 year ago·Last reply 4 years ago
3 comments
jennifertemple
·4 years ago · EditedThis is great and exactly what I was looking for - once again, your contribution to the the data citizens board proved invaluable!
Former User
OP5 years ago · EditedThis worked.
Thank you Arthur.
arthurburkhardt
·5 years ago · EditedThe checklist returns a comma-separated string. So you have to split the string into an ArrayList, then save this value.