- I have office 365 trigger "when new e-mail arrives?"
- i initialize a variable username with value Max Sample
- Then called azure function FxNet21HttpTrigger1 and if determine there a username for the Logic App is this possible to chnge it there give another Variable back
- check the the username and do one thing if it is "Donald Duck" or another thing if not
I'm searching for a minimal way to set value in the azure function and react on the value in the logic app.
This is using Version 1 Azure functions (version 2 and 3 are similar):
You might want to return a JSON payload containing your return value(s).
How do I return JSON from an Azure Function