Skip to main content

Hello :)

 

Today I have such an interesting one question.

Is there a way, I can change the stored scheduled variables from a workflow node?

I have a variable I want to change, it is supposed to be used after a timer for 7 days from today, and now the workflow is in progress mode. I need to change the stored variable before continuing the next action?

Will be impossible I believe, thanks!

Hello :)

 

Today I have such an interesting one question.

Is there a way, I can change the stored scheduled variables from a workflow node?

I have a variable I want to change, it is supposed to be used after a timer for 7 days from today, and now the workflow is in progress mode. I need to change the stored variable before continuing the next action?

Will be impossible I believe, thanks!

You have a date placeholder you like to add 7 days? 


Not, there is an Action to get All the copied users in Email CC. And I have updated it, but for this run I need to change the values before the next step that will start after 7 days? So I can see the users copied, but not sure If I can change them for that specific run of the workflow?


Not, there is an Action to get All the copied users in Email CC. And I have updated it, but for this run I need to change the values before the next step that will start after 7 days? So I can see the users copied, but not sure If I can change them for that specific run of the workflow?

Timer node?
Or use a expression to set current date + 7 days to set a custom date field on the ticket. 

You have another automation, A Scheduled Workflow that checks every day if that custom field date is today.