Need Help Merging Multiple Data Sources in a single repeating group

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?

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.

This is the second data source (data type)


and my arbitrary text in brackets

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 ].

1 Like