You are viewing limited content. For full access, please sign in.

Question

Question

Forms - Saving to the repository with a Multi-Value Field

asked on July 18, 2019

Hi all,

We have a scenario where we need to pass 5 variables from a form into a multi-value field when saving to the repository.

Is there an easy way to do this or should we pass all the values with a seperator and parse them in workflow?

Thanks!

0 0

Replies

replied on July 18, 2019 Show version history

Variables from a table/collection should work with multi valued fields when saving to the repository.

If the variables are not in a table/collection, then you would need to use Workflow.

 

If you always have 5 values and they're not in a table/collection, then one other option would be to create a hidden table or collection with 5 rows, then use JavaScript or Calculations to copy the values over to the hidden table/collection at which point you could use that in the Save to Repository task.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.