URL pass one or more values to one argument
I am new to workflows and have searched the forum but do not see the answer I am looking for. Trying to run a Search workflow from the URL but need to pass in multiple ID values.
Question 1 - is the URL format for multple values just comma delimted
ie. WebsiteURL&run=WFName&FieldID=51236.00000,51234.00000
Question 2 - the ID field is a string but if you are passing in multiple values what does your argument type need to be (Object)??
I have the workflow working for one value but not sure how to get it working for multple values.
Thanks,
Joy
0
-
Joy - Assuming Workflow 4, you can pass in a string of comma-separated values. In the workflow, read the string and split the string by the comma into an array. No need to mess with objects. 0 -
Thanks for your help. That worked perfectly. 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare