Forum Discussion
Anonymous
5 years agoNot applicable
Table inside Table in columns
I am importing data from CRM Dynamics through api link. When i am selecting the tables and expanding it i can seem many columns with tables in the rows again. I am not sure how do i select required c...
mahoneypat
5 years agoMicrosoft Employee
If it helps, fyi that you can pass filters and select certains columns to be returned by adding paramters to your web call using ?$filter=...&$select=...
You can likely improve performance of your refresh, and you would only see the columns you selected when you go to expand.
Regards,
Pat
- Anonymous5 years agoNot applicable
Hi mahoneypat ,
I am adapting to your suggestion and will come back to you once i catch up with the numbers.
Thank you for your response.