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

Question

Question

get list of fields to lookup field values for from query

asked on June 1, 2016

I am trying to write a workflow that is very agile, and that can be changed by just updating a sql table. So for each type of document that comes in I want to run a query matching x, and from that get the list of fields that I should grab into 4 different variables that I can then use later. but those fields will be different depending on the template of this document.

Is there a way to do this, or is my only option SQL?

I know in a condition I can call a field value directly without having to use get field values first, but I can't find a way outside a condition to do it.

0 0

Replies

replied on June 9, 2016

Sorry for the late reply. I'm not really sure I understand your whole setup.

Retrieve Field Values does not let you specify field names through tokens at this time. You could write different Retrieve Field Values with the proper sets as individual workflows. You can set them all to output to parameters with the name of the 4 variables you need. But you'd still need a conditional decision to pick between the workflows to invoke.

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

Sign in to reply to this post.