Forum Discussion
Anonymous
4 years agoNot applicable
Dyanmic Query per Row O
I have an API call which pulls a dataset, this dataset contains an ID for the child dataset (audience). e.g. /url/campaigns returns: campaign_id, campaign_title, campaign_audience_id Unfortunat...
Anonymous
4 years agoNot applicable
Hi Winniz,
Thanks for your reply.
That looks almost there, but the ID value (and consequently, child dataset) changes per row of the parent.
In your example does the Source loop for each row of the parent supplying the ID?
My parent table has an unknown number of records so this makes manual addition of a child dataset per record unvible.
Please see the attached image, I hope it clears things up.
v-kkf-msft
4 years agoCommunity Support
Hi Anonymous ,
Do it need to reference the ID of the parent dataset in the API that calls the child dataset details?
- Anonymous4 years agoNot applicable
Hey,
Unforunately it does, it's a third party API so I cant alter it.