scottdurow / RibbonWorkbench

Ribbon Workbench 2016 for Dynamics 365
https://ribbonworkbench.uservoice.com/
MIT License
72 stars 24 forks source link

How to get the triggering user from a smart ribbon webhook button #92

Open vseykov opened 2 years ago

vseykov commented 2 years ago

Hi,

I know I can get the GUID of the referencing record like this (passed in the HTTP flow trigger body): { "type": "object", "properties": { "id": { "type": "string" } } }

Is there a similar way to obtain the user's guid triggering the button as well?