Hi,
Is there anyway I can display Entity\Table with columns I need in the Web Page without creating Entity Form or Entity List?
Thanks,
-Sal
Solved! Go to Solution.
In Liquid you can use the fetchxml tag to make a FetchXML query and then loop the results.
https://docs.microsoft.com/en-us/powerapps/maker/portals/liquid/template-tags
You will also find an example if you look for Portals Web API on that same page (but this one is still in preview so not recommended for Production)
In Liquid you can use the fetchxml tag to make a FetchXML query and then loop the results.
https://docs.microsoft.com/en-us/powerapps/maker/portals/liquid/template-tags
You will also find an example if you look for Portals Web API on that same page (but this one is still in preview so not recommended for Production)