Home > Net >  How to share data between components in azure logic apps
How to share data between components in azure logic apps

Time:10-23

I need to send flag (ex: updated = false) to HTTP component and send that in the HTTP depend on the time of execution. is it possible to create an expression on recurring component and send it to HTTP?

enter image description here

CodePudding user response:

You need to use the "Recurrence" action adequatly. You can define the exact days, hours, and minutes when you want your workflow to run.

Link: enter image description here

  • Related