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:
i know this is several years old but I’m hoping an answer can be found
I’m trying to find a way to pass a variable in an email link to open an app. this is something that i think would be universally helpful in the way apps can be accessed
my use case is that when a team member creates an issue it notifies certain team members based on category. I’m looking for a way for this email to include the app player link and pass the ID of the recently created record as well as step name to automatically open the app for the email recipient at that step and immediately load that record with that ID into a specific table.
your response was based on app to app opening, so if that’s a possibility, I’m hoping access via link can be used similarly