new low code fuctions -
clarencemartin - 07-30-2022
I am super happy with the new low code features.
In this post I will focus on two of them: "get the Platform" and control Structure "Switch" and 2 different use cases.
I have noticed some differences in Appli applications depending on the Platform that Appli is used.
I use this low code to determine the platform the Appli Application is running under - the "get_the_platform." This function looks for a variable name to place the platform value into, and I created a variable named varPlatform. Also not that I put all of this coe under the event "When openApp.
Next, I created a conditional - switch variable to catch the cases of ANDROID, MacOS, IOS, and WINDOWS.
See attached file below.