How do I compare 'John Smith' from the Payments table, with 'John Smith' of the Clients table?
When I try to compare, I end up comparing 'a4gg8e53-1c03-ae22-b823-800d3a795771' (Payments table) with 'John Smith' (Clients Table)
Thank you!
Solved! Go to Solution.
Hi @aldirjr :
a4gg8e53-1c03-ae22-b823-800d3a795771 is the unique identifier in the table, I assume the table corresponding to this lookupfield is the Clients Table. Then you need to use this unique identifier to find the corresponding record in the Clients Table (use the Filter array action, and then use the First function to get the first record returned), and then use the value of the Clients name in this record to go and ' John Smith' comparison.
I think this link will help you a lot:
Getting the text value of CDS Lookup?
Best Regards,
Bof
Hi @aldirjr :
a4gg8e53-1c03-ae22-b823-800d3a795771 is the unique identifier in the table, I assume the table corresponding to this lookupfield is the Clients Table. Then you need to use this unique identifier to find the corresponding record in the Clients Table (use the Filter array action, and then use the First function to get the first record returned), and then use the value of the Clients name in this record to go and ' John Smith' comparison.
I think this link will help you a lot:
Getting the text value of CDS Lookup?
Best Regards,
Bof
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
29 | |
28 | |
28 | |
20 | |
11 |