So my powerapps has three pages:
1) Homepage
2) Intake
3) Assign
On the intake page, the activities are pulled in from a database (reflected on a Datatable). They are assessed in my Powerapp and i need only the activities assessed to filter into a data table in my 'Assign' page for assignment.
The intake page uses sql to pull in relevant activities and details to the Data table, those activities are assessed within the powerapp and submitted to a sharepoint list via a editable form. The form contains the activity ID (the column name is called 'ID' in SP). I only want the Assign page data table to show activities that have been assessed in the SP list (but with all the same details from the database.)....is there a way to do some type of comparison of the activity ID in the database to the activity ID in the SP list and display activity details only when they match? Maybe via a lookup function or collection?
thanks!