I have created a table to import Google Analytics data. It contains 500 records with relative URLs and total page views.
I then want to use an automation to do the equivalent of a VLOOPUP on the URLs to find matches in a content table.
When there is a match, I want to Update the content table record and insert the page view
If I do Update Record after the Find Record step, it tries to run 500 updates and most fail.
If I add Update Record under Conditional Actions, I would expect to be able to pass along the IDs from the Find Record step and just update those. However - though this passes in Test Step and returns a value for page views, it doesn’t get written to the record.
What am I doing wrong?
Thanks for looking!