Context storage to store variables and modify a Page according to ths context
I have included a Stateless Form and a Report inside a zoho creator Page.
I want to filter the records shown at the Report with the data introduced by the user at the Stateless Form.
To do so ideally I would like to have a context API mechanism that allows to store variables, reload the page and fetch the variables from the context and filter then the Report so to show only certain records.
is there such a context API in zoho Creator?
Thanks in advance