Hi,
In Logic Apps, there are couple of HTTP triggers
(1) HTTP - has to provide recurrence, i.e. how often to call
(2) When a HTTP request is received - Request
How can I create a "HTTP get - process" flow and make it run only once? Azure doc has an example that uses (2) which auto-generates a callback URL. How can I use a fixed URL instead of a generated one?
Thank you,
Jianying