Hi,
I have 2 tables.. basically 1 table is the Procurements, and the other one is the Projects table.
What I am trying to do is to find the amount of Procurements that are related to a Project and update the Project table to add the Total.


the Procurements table, has a Lookup value that has a link with the name of the project...


I tried to compare the Lookup value from the Procurements table, with the Project name of the Project table and I can't find a way to compare both of them!
Basically, I listed the rows for each table, and then I did an "apply to each" within another "apply to each" (a loop inside another loop) to compare values, and "incremented" the total amount of Procurements in the Project table.



I dont know what I have to put in the conditions... compare what to what...
When I do compare, the Project Name (from Projects) come as "Webpage version 2" and the Projects name from Procurements come as 't1d38e52-0c04-ea11-a722-103d3a794413'