Hello,
I'm having problems initialising an array variable. When I run the flow it says I'm using a string value. Any ideas?
[
"MeetingAttendanceApprovedDate": { "type": "string", "format": "date-time" },
"Honorariaruleid": { "type": "string", "format": "uuid" },
"ContactId": { "type": "string", "format": "uuid" },
"RuleName": { "type": "string" },
"IsQualified": { "type": "boolean" }
]