Skip to content

Basics

Variables

Global Entire app Set(variable, true);
Context Local variables to a screen UpdateContext({variable: true});

Basic Functions

Navigate('Screen Name');
Concurrent(
    action1,
    action2
);
Select('Button Name'); // always should be at end of code block

Timer

It does not work on code view

Select(
  Tab,
  current_tab_selected,
  Tab_Button
);
Last Updated: 2024-05-12 ; Contributors: AhmedThahir

Comments