Grate content, good job Please help me to know if I can expose a REST service to retrieve parent and child values from the Database? { "id": 1, "children": [ {"id": 1, ...}, {"id": 2, ...}, {"id": 3, ...} ], }
Yes we can, Yes, You can query data from the database, First query parent data from database, Then add for each for parent records, and inside the parents record loop, use another query to get chield data from database based on parent value and add all the details in a file, json or xml, Once out loop (parent records loop) ends, map files data with integration response
again thanks alot for your time and effort for such great videos
Thanks,
Keep support.
thanks from Brazil.
Thank you so much Romon.
Love from India ✨
nice one !!
Thanks ✨
Do video on ..Use for each loop for reading multiple files
Sure
So, if i want only 3 records to be looped and once that is completed, the remaining 2 has to loop, how to do that?
You can use a variable as counter.
Grate content, good job
Please help me to know if I can expose a REST service to retrieve parent and child values from the Database?
{
"id": 1,
"children": [
{"id": 1, ...},
{"id": 2, ...},
{"id": 3, ...}
],
}
Yes we can,
Yes,
You can query data from the database,
First query parent data from database,
Then add for each for parent records, and inside the parents record loop, use another query to get chield data from database based on parent value and add all the details in a file, json or xml,
Once out loop (parent records loop) ends, map files data with integration response
you should show what's the result of integration and also your videos is stucking
Sure,
Let me check