Hello I am looking for a way to make the following happen
Step 1: New Spreadsheet Row gets added
Step 2: Count the number of times the company name shows up in the sheet (I am currently doing this with COUNTIF in Google Sheet but since I want to automate this whole thing this formula would also need to be done automatically)
Step 3: Grab the value of how many times the company name showed up in the sheet and check if the company domain that is associated with the company (all in the same row) exists in Hubpost
Step 4.1: If the company domain exists in Hubspot replace the current value of a selected property
Step 4.2: If the company domain does not exist in Hubspot do nothing
What I struggle with is Step 2.
How do I count the number of times the company name showed up in the list without having to manually extend the COUNTIF formula?
Appreciate any help!