Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hi,
When running IFTTT rule for OnCreated, is there a way to filter based on if the entry was created by IFTTT or manually through the Register control?
I have some IFTTTs that I want to run on every OnCreated, and some that I want to run only when created manually through the Register control, and I am trying to find out how to decipher between them.
For now, the only solution I came out with was adding a hidden "manuallyCreated" field with default value true, that will be set through the create entry or copy entries IFTTTs to false, but I wanted to check if there is a built in way to check it.