Instantiating and Chaining Apps

Your apps will typically start from an empty context; that is, all their variables will initially be null or zero.

However, you may wish to instantiate an app based on data made available in an external context prior to running the Qreli app.

Or, you may wish to chain apps; that is, to split a larger workflow into smaller workflows/apps that are routed to various destinations for data collection/completion. Like building an app from smaller apps.


To accomplish these goals, use the Prefill data in your DEPLOY configuration.

If you wish to not show the individual parameters, you may encode the output:

URL: 
https://run.qreli.com/081430a6a6f3812006230a777c32eb2df63dacff?__STEP=Simple+Loan&loan_amount=5000&interest_rate=6&loan_term=5
encoded URL:
https://run.qreli.com/081430a6a6f3812006230a777c32eb2df63dacff?__INIT=JTdCJTIyc3RlcCUyMiUzQSUyMlNpbXBsZSUyMExvYW4lMjIlMkMlMjJkYXRhJTIyJTNBJTdCJTIybG9hbl9hbW91bnQlMjIlM0E1MDAwJTJDJTIyaW50ZXJlc3RfcmF0ZSUyMiUzQTYlMkMlMjJsb2FuX3Rlcm0lMjIlM0E1JTdEJTdE

Please note that the pre-filled data is not saved.

Use this section to construct a special URL to use directly or as a template.


Chaining Apps

You can chain apps in larger workflows by providing data to them via pre-filled URLs.

For example, an action in an app may open up another app at a specific step, with a specific context.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.