Trigger Move Automation
I have a automation that is not being triggered, here's the setup:
- formula to number the time a value appears (1, 2, 3, 4, 5, etc) in the Duplicate column
- Move Row automation triggered when there are any add/changes and Condition
a. Duplicate is one of 2, 3, 4, 5
b. Duplicate is not 1
c. Duplicate is equal to or greater than 2
None of these functions are trigger the move. Any suggestions on making this work?
Thank you,
Gladys
Best Answer
-
Let's try checking a box instead of comparing numbers. Change the Duplicate column into a checkbox and use the formula
=IF(COUNTIFS(Name$12:Name@row, Name1, Week$12:Week@row, Week1) >= 2, 1)
Then change the trigger/condition to match Duplicate being checked.
Answers
-
Exactly how are the numbers in the Duplicate column being populated?
Can you provide a screenshot of the automation?
-
Duplicate has a formula:
=COUNTIFS(Name$12:Name@row, Name1, Week$12:Week@row, Week1)
Here's the automation:
Thank you so much for the help!
-
Have you tried changing the trigger from when "any field" change to when "Duplicate" changes?
-
Yes i tried that too. I was thinking that maybe the issue is that the column contains a formula?? Could that be it?
-
Here's the screenshot:
-
Let's try checking a box instead of comparing numbers. Change the Duplicate column into a checkbox and use the formula
=IF(COUNTIFS(Name$12:Name@row, Name1, Week$12:Week@row, Week1) >= 2, 1)
Then change the trigger/condition to match Duplicate being checked.
-
The checkbox formula worked! Rows successfully moved 😀 Thank you!!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!