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

Question

Question

Update workflow token data with form submission

asked on February 19, 2019

I want to have form that allows the user to enter new verbiage for an email activity on a workflow. I only need to update this info one time and then all future iterations of the workflow will use that wording until it is updated again. Any ideas on a way to achieve this?

0 0

Answer

SELECTED ANSWER
replied on February 19, 2019 Show version history

Without republishing the workflow each time a change is made, the easiest way is to probably store the information in an external database. In the workflow you would pull the data from the external table instead of using a static value; this way any updates made to the database would be applied the next time the workflow runs.

1 0
replied on February 20, 2019

Thanks, Jason. I knew there was a logical way to do this.

0 0

Replies

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

Sign in to reply to this post.