The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hello,
I’m trying to figure out how to update multiple records without a filtered view using zapier.
So I have 10 records. 3 have the same company name, I want a zap that updates all three records when the trigger occurs.
Any thoughts?
Hi,
I have a task list and want to capture at which stage something gets canceled (not moving forward).
So if a record says “Not Started”, then it goes into “Canceled”. Then I want in another field for it to say “Not Started” so I know it was not eve...
Hi,
Here’s the scenario:
I have a row with a product. I want an auto generated number to assign to that product.
I want to then duplicate that row, but know that it is a duplicate of another row.
So - Product 001.1 gets duplicated, I want the duplica...
I want to be able to calculate the first date a company ordered a specific product. I want to then calculate other things from that first order date.
Example. Company orders IceCream-A on 1/1. Then they order IceCream-A and IceCream-B on 2/20.
How ca...
Here’s my code:
IF(AND(Stage=“Closed Won”,(DATETIME_DIFF({Created Date / Time},{Opportunity Close Date},‘days’)-1)<=0),1,IF(AND(Stage=“Closed Won”,(DATETIME_DIFF({Created Date / Time},{Opportunity Close Date},‘days’)-1)>0),DATETIME_DIFF({Created Date...
Let’s say I have three contacts for Company A and I have a zapier trigger that activates. I want all three contacts records to update a field called status to say “Do not contact”. How can I have zapier update all three contact records to say “Do not...
That’s correct but I’ve set it up different:
I have a view for each stage.
I have a zap for each view
So no matter what, when it enters a new stage (except closed because I have it set up that way) it will update the field.
I’ve tested this and it wo...
Here’s where I’m at:
SOLVED:
I created views for each stage. I then created a zap that equates the stage of the view to the field that will show the last stage before being canceled. So each time a task goes into a view, the new field is update.
But,...