Hello Experts,
I have a requirement where I need to create a Mapping table as shown below in Power Apps Portal. Could anyone please suggest how to create a Mapping table interface as shown in the image on the Power apps Portal? I need to get the Source column names as dropdowns from an entity "Source Column " and on the Portal I need to map it to another set of columns. I need to create an interface similar to the image shown below. Could anyone please help me to achieve this?
Your help is greatly appreciated!
Thank you!
Hi @Anonymous ,
You can create couple of custom web templates that would serve you as sort of web api (as described in these articles (first and second) from Colin Vermander), Then you can use those to dynamically fetch the data and then use some 3rd party library (like datatables) to render your table or just render the table yourself if you don't like to use other libraries.