Hi everyone,
I created an Azure Function that is called from CRM via WebHook. It is linked with an action in CRM. Calling the action new_WoPaTest triggers the execution of the Function.
Fair enough, input parameters of the action are passed on to the Function. However, I do not know how to transfer the output parameters from the Function to the action.
Does anyone know the correct way to create the response of the Function? I've already tried some different approaches, but none has worked for me so far.
Thank you!