
Announcements
Hi All,
I have recently started using Power apps and wanted to implement a data search function from 3 different sources of data from Salesforce in my Power app.
The scenario is:
- I have technical articles saved in Salesforce in 3 different data tables namely Standard Articles, Articles with information & Articles with Files Attached.
- I want my App Gallery entries from all the 3 sources should appear all along ( one below the other) and also have a search using keywords or titles from these 3 data sources.
Can someone guide on the same?
Thank you!
Try using something similar to the below:
ClearCollect (MyCombinedTable, Table1, Table2, Table3)