I am getting this error.
{"ErrorMessage":"System.Exception: Form name is null\r\n at Microsoft.Forms.Pro.ApiFacade.RequestHandlers.SendEmailsForFlowRequestHandler.<ParseRequestData>d__12.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.Forms.Pro.ApiFacade.RequestHandlers.SendEmailsForFlowRequestHandler.<DoValidate>d__11.MoveNext()"}
My input is
{
"host": {
"connectionReferenceName": "shared_microsoftformspro",
"operationId": "sendSurvey"
},
"parameters": {
"to": "drm@xyz.com",
"ProjectId": "d486a68f-5c03-4955-9064-7596dc4565d0",
"FormId": "mNYAevvD_U21UFiVhv5gIZABYwonNOVEoiUixOl-VVdUNERITjZGTUdZRkUySExNUjgzRzFDTkdDWS4u",
"EmailTemplateId": "ea42b20b-7304-48be-bc51-94a749500f58",
"Regarding": "contact,1b145225-22d9-40e5-9331-8393ca06fe94",
"RecipientInfo": "contact,1b145225-22d9-40e5-9331-8393ca06fe94",
"firstName": "Dee",
"lastName": "Met"
}
}