Is anyone familiar with Celigo's path to many feat...
# general
b
Is anyone familiar with Celigo's path to many feature for one to many relationships? New to using it and not entirely sure what to fill in there.
m
Can you share an example of your json file (preview data)
You should have an array in your json Like: data[ More data1 More data2 ] So “data” would be your path to many and it would process more data1 and more data2 as individual records
t
The one-to-many setting tells Celigo that you want to process each object in an array as separate entities. So if you need to make an api call for each object in an array, you would set your path to the array and then we would iterate over the array and make an api call for each object.