
Announcements
Hey Community,
i build a custom connector with several methods which are running fine while im testing them in the custom connector configuration. The specific method needs two parameters ("daterange" and "userIds"), while "daterange" needs to be formate like {"start":"2022-10-13","end":"2022-10-14"} and "userIds" as an array like [ "USERID" ]. As long as I am testing it in the custom connector configuration everything runs fine, but when I use the action in a flow it won't accept my value in the parameter.
It seems like the action isn't accepting my value in the array parameter. Is there anybody out there who could help me out?
Best regards Roman