Hello,
I am new to Smartsheet and need help with a specific automation.
I have a sheet named : 'Project Plan' and I want the rows to be transferred to another sheet named : 'Engineering Daily Task List', when specific conditions are met.
Project Plan
Here, 'Transfer To Task List' Column is a formula column and '=IF(ISBLANK([Status Des.]@row), ".", IF([Status Des.]@row = "Start Task!", 1, 0))'
Automation:
For both the sheets, Owner is Same.
Here are my settings
If I manually trigger the automation, the row is transfered.
If I manually click the 'Transfer To Task List' Row and save, the automation works.
But, even if the 'Transfer To Task List' is auto-clicked with change in 'Status Des.' Column, the row transfer is not triggered. I check the activity log in.
Please Advise.