Skip to content
AppgineeringAppgineering
Shop
Read-only6 posts · 3,969 views · Started 15 Feb 2019, 01:05

Data Trigger Conditions

Archived: discussion moved to DiscordDiscord
Drew E.Original poster
#1

I want to show a widget when certain driver IDs are being followed.

followed driverid 0 position allclasses equals #####

It works, except if i want to enter multiple drive IDs how do I separate them? Or do i have to have a trigger for each ID?

Nick ThissenAppgineering
#2

I'm afraid you need a trigger for each driver yes. There is currently no condition mechanism that supports something like "value is in list", or something.

Nick ThissenAppgineering
· edited
#5

For each Data Trigger, all conditions must be true at the same time for it to trigger.

In your first image, you trigger when the driverid is 361000 AND 335074 at the same time. That's obviously never true because a driver only has one id.
Second image you only check for one id, so that works.
Third image you check if the id is not either one of two numbers, which will trigger if the id is any other number except those two.

Basically multiple conditions in one trigger is an "AND" relationship (condition 1 AND condition 2 AND condition 3 must all be true). If you want OR relationship (condition 1 OR condition 2) you need two make two separate Data Trigger objects, one with condition1 and the other with condition2.

#6

Ok makes sense, so for my first data trigger i will have to make an actual trigger for each user? This hurts my feelings lol. Thanks nick I sent a care package via the donate button hope you received it. Appreciate the help!

This thread is archived.

New replies have moved to Discord.

Continue on Discord