Hello.
I am encountering an issue with finding the conditional logic feature, which I believe was previously known as “Conditional Action” or found within a “Logic” category, in the action editor.
I need to implement logic where specific actions are performed based on certain conditions. For example, when a user scans a QR code, I want to check if the QR code is valid, then check if a cooldown period has passed, and then determine if a first-time bonus криптовалюта should be applied. This requires an “if [condition] is true, then perform [Action X], otherwise perform [Action Y]” type of branching logic.
However, when I click the “+ Add Action” button in the action setup for a component (such as the QR Code Scanner or a standard button), I am unable to find an option that explicitly allows for this kind of conditional branching. I have also checked the “More…” section in the action list, but it doesn’t seem to be there either.
Could you please guide me on how to implement conditional logic (if/then/else statements) in the current version of Adalo? Has the name or location of this feature changed recently?
Any assistance you can provide to help me locate this crucial functionality would be greatly appreciated, as it is essential for building the core features of my app.
@ryo for the Actions, have a look at: left pane → choose action → select Advanced → select When does this happen - Sometimes → add your condition.
In regards to working with QR codes - this video might be useful https://youtu.be/Dfofeh7kh1c. I created it long time ago for “bulk QR scanning”, but it explains the logic of QR code scanner.
Best,
Victor.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.