Hi
Scenario:-
On ribbon button we are triggering an Action using JS which is registered as webhook to call(httptrigger) an Azure Function.
Expectation:-
JSON Data from Azure function on success of JS request to call an Action.
Need suggestion on how we should return data from Azure functions to JS request successcall.
Thank you