Skip to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Program To be Triggered by Its Own Folder Condition

Featured Replies

Hi all,

I have the following setup in my eisy programming:

  • A folder with a condition set on it

  • A program inside that folder whose IF condition is: If [Folder] is True

My question is:

  1. When the folder condition transitions from False to True, will the program inside it evaluate and fire at the same moment (same event cycle)?

  2. Is there any known delay or timing issue between the folder turning True and the program's THEN block executing?

I want to make sure the folder is acting both as a gate (restricting execution) and as an event trigger (waking up the program) simultaneously.

Thanks

#1 No. A folder status must be true for automatic condition (IF) evaluation of children. It does not trigger evaluation, this still requires and event/status-change/etc.
You could have a sibling program (to the folder) run a programs (IF) condition when the folder becomes true. This may even work in the program itself.

Be aware that if the programs condition condition is an event, it will fail (IF), as the event is not true (is not happening). If the condition is a status and is true it will run.

6 hours ago, ISYhbsh01 said:

Hi all,

I have the following setup in my eisy programming:

  • A folder with a condition set on it

  • A program inside that folder whose IF condition is: If [Folder] is True

My question is:

  1. When the folder condition transitions from False to True, will the program inside it evaluate and fire at the same moment (same event cycle)?

  2. Is there any known delay or timing issue between the folder turning True and the program's THEN block executing?

I want to make sure the folder is acting both as a gate (restricting execution) and as an event trigger (waking up the program) simultaneously.

Thanks

I usually add the same condition to a program that triggers the folder and then it will run as well.

example:

-Folder trigger: When abc = 1 ... true

-program: If: abc =1 AND .... all other conditions specific to that program.

This will make the program be evaluated when the folder becomes true

  • Author
7 hours ago, Javi said:

#1 No. A folder status must be true for automatic condition (IF) evaluation of children. It does not trigger evaluation, this still requires and event/status-change/etc.
You could have a sibling program (to the folder) run a programs (IF) condition when the folder becomes true. This may even work in the program itself.

Be aware that if the programs condition condition is an event, it will fail (IF), as the event is not true (is not happening). If the condition is a status and is true it will run.

Let me make sure I got this right: Are you saying that a change in a folder condition if it's true or not, is NEVER a trigger. Or will it only not trigger a program thats inside that folder, but it would be a trigger for a program that's not in that folder. Which one is correct? Thanks.

It will not trigger inside the folder. What I reference is in a program an if condition can be the status if another program (e.g. the folder), in this case it's not the folder's conditions triggering the program it is the folders's status triggering the program.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.