@HenWang
I resolved the sending issue i was having earlier. However, when I try to send to multiple recipients, I noticed that my app was set to "allow multiple selections" but my SharePoint List was not. When I made that adjustment in my sharepoint list, it threw an error in my "Assigned To" (recipient) form datacard:
error: "Expected Record value. The property on this control expects Record values. The rule produces Table values which are incompatible."
Current datacard formulas are as follows:
Default: ThisItem.'Assigned to' (throwing error)
DataField: "AssignedTo0"
and the "Assigned To" combo box formulas are:
Items: Choices('G4 Task Tracker List'.'Assigned to')
Once this is resolved, will my flow work to send to multiple recipients as is?:
