Hello, I have some data that I need from some specific dataverse tables.
Problem is I need to query a table to get some data and use that data to query other tables.
Is there any way to do that? If I normally use FetchXML, all of them run an the same time, I can not use the result of one in another, or at least I don't know how.
I thought maybe something with JS, if possible.
Thank you.