Hi
I created a simple field which is a concatenation of two V_String fields, which then gets used to append a field from a different data source.
When I run this in a designer, I don't have any issues but when I run it on a company gallery, I get the following error message:
Can someone please explain why I am getting this error msg when trying to run this workflow on a gallery?
Thanks,
Christine
Solved! Go to Solution.
Hi Christine,
Why haven't you preferred a 'Formula' tool instead of multi-row tool? Just curious. In these situations (works locally, errors on gallery), I prefer to add an Output tool with yxdb format. This yxdb file will provide the Multi-row tool output wherein you get a clarity of the missing variable. Hope this suggestion helps you fix the issue. Good Luck!
Best,
PKC
Hi @cwoo
Just a thought here, but try taking the "&" out of your field name. Replace it with "and". Workflows are stored as xml files and it's possible that the "&" is being translated to & at some point in the process of moving it to the gallery
Dan
@chinta Simply using the formula tool instead of the Multi-row tool did the job. Thank you!
Christine