Hi all,
I am using CDS to trigger a flow using When a record is created action which contains data like Id, name, age, email etc. So, what I am doing is to use that information to generate a online MS Teams meeting link for the user.
I did the following steps to generate invite link:
- Triggered flow using When a record is created action.
- Create compose operation to write schema which I have found from here > Example 5.
- Invoke Http request (from Http with Azure AD) to generate MS teams invite link
Next I am confused how should I add an action which receive selected response from user ( Accepted, Decline, Tentative) so I can update record accordingly.
can someone please tell me how should solve this or is there any better way to perform these steps?
Thanks.
Ahmad.