On New Record in Zoho People not handling text values correctly
Create a Flow set to trigger on New Record in a Zoho People form. (Noticed that this seems to auto-create a Webhook in Zoho People that handles this trigger)
The Flow triggers correctly when a new People record is created, but one of the fields being passed is a string and it's not correctly passing the entire string value. If the new record entry includes a comma (,) in the string field the value gets cut off at that point and Flow receievs and functions with just the part of teh string before the comma.
How can I do a Flow on a new Record in Zoho People that includes a text field and have the entire field value inclusing any commas included?