I am trying to merge two data sources (data types) into a single repeating group.
But I keep getting an empty body or this rough response and error from the returned data
. Is there a way to handle this?
I am trying to merge two data sources (data types) into a single repeating group.
. Is there a way to handle this?
Try enclosing your arbitrary text in brackets since it’s an array: [Arbitrary text]
.
FWIW, your screenshot doesn’t reference multiple data types. Potentially, “merge two data sources” is not actually what you’re trying to accomplish.
Maybe the response can only be parsed if it’s a single object? Try nesting the array:
{resumes:[Search for Curriculum_Vitaes:formatted as text,Search for Imported_Datas:formatted as text]}
Finally got it work, the" imported data" had empty records, so i had to populate the data fields with some dummy records and re-initialized.
Thank you
To control for that potential scenario in production, follow the Arbitrary text
with find/replace operators to replace [,
with [
and ,]
with ]
.