
I want to get the variable in the customer voice response form in the SharePoint list .
I am using the same steps as mentioned in the book (working with microsoft forms and customer voice ) and the other video on this forum I saw
Can you please help me debug what I may be missing ?
This is my form
Below is how I have done it
I don’t have “Change type” as “Create” , I just have “Added” or “Added or Modified or Deleted” and others which are similar I tried both .
I use below json
{
"type": "object",
"properties": {
"EmbedContextParameters": {
"type": "object",
"properties": {
"AccountName": {
"type": "string"
}
}
}
}
}
I don’t see any response , below is running with no data in it
So this never get any results below .