Question:
How to create a separate flow triggered from PowerApps to update the ContactID in the 'Trades' SP list with the Client Email from the 'Client Contacts' SP list where 'ACCT' from 'Trades' = 'Client Name' in Client Contacts?
Or should I add this to an existing flow trigged in PowerApps that fetches excel data files from an SP Library and adds new records or updates records to the 'Trades' SP list. The column ContactID is always null since that value is in the "Client Contacts' SP list that I need to bring in somehow.
SP List Info:
- 'Trades' - with columns ACCT and ContactID.
- ContactID is always null when uploaded to 'Trades' list from Excel.
- 'Client Contacts' - with columns Client Name and Client Email.
- This list is manually updated (copy/paste) or via a separate screen in my PowerApp that pushes the change to this list.
- The match between both sources is ACCT = Client Name.
Thank you in advance for your help.