Hi @George - the view setting is optional:

So if you select a view, only records visible in that view (matching that view’s criteria) will trigger the automation. If you leave the view setting empty, any record in the table could trigger the automation.
It sounds like you want the first scenario, so configure the view setting for your trigger.
Hi @George - the view setting is optional:

So if you select a view, only records visible in that view (matching that view’s criteria) will trigger the automation. If you leave the view setting empty, any record in the table could trigger the automation.
It sounds like you want the first scenario, so configure the view setting for your trigger.
In a sense yes, but the problem is if the automation were to run on all records that are updated it would cause a lot of erroneous record creation.
The view is filtered for the items that need to have the automation run on, but the field that is being updated could be any view on the table.
For example I only need a record created on X & Y marked records, but not Z when a field is updated.
View 1 is all records, view 2 is filtered for only X & Y records.
When the watched field is updated in View 1, it doesn’t seem to be triggering the automation, because it didn’t happen in view 2. If I were to set the automation to not be specific to the view, then I would get auto record creation on all of the Z records as well.
Is this how it is supposed to work?
In a sense yes, but the problem is if the automation were to run on all records that are updated it would cause a lot of erroneous record creation.
The view is filtered for the items that need to have the automation run on, but the field that is being updated could be any view on the table.
For example I only need a record created on X & Y marked records, but not Z when a field is updated.
View 1 is all records, view 2 is filtered for only X & Y records.
When the watched field is updated in View 1, it doesn’t seem to be triggering the automation, because it didn’t happen in view 2. If I were to set the automation to not be specific to the view, then I would get auto record creation on all of the Z records as well.
Is this how it is supposed to work?
Yes, so if I understand correctly, then View 1 contains the records that need to be updated, so you can configure view 1 in the automation (set the optional view parameter) and only X and Y will be affected, not Z