is it possible to open a created app by an URL which include a variable/parameter?
I have an connector to an Oracle DB with some functions which include some parameters.
Now I will open a tulip app from an web app by url with one paremeter which is stored in one of the functions in the app and also at the oracle DB as well. Then the app should display some informations from the DB automatically.
to pass parameters between Apps, you can create a Tulip Table with the parameters you want to send between the Apps and when you switch Apps, you can store the parameters in the Table and then load them into a Table Record once you start the new App.
here are the steps that need to be taken:
add a Button trigger (or any other you’d like) with Actions to Create a Table Record and store the parameters and a Transition to open the folowing app: