
Announcements
I ceated an custom connector and used in Power Automate
However, it has an error as following pic.
The actual data of "to" is as followed, and json of "to" was created as arrays as followed pic.
I wonder why power automate still signified "to" as string still.
I think its because the line should be:
To
Type : Array
Items:
Type: string
As at the moment I think your code is specifying the To Array to be an Array of items of type Array rather than string, thus causing this issue.
If that was the case, let me know, as this would be beneficial for anyone else who would have the same issue and would find this forum post