Hello! Is it possible to save a value in a “session” variabile (some values read using a lookup based on the user login)
and reuse it later in formulas ?
Hello! Is it possible to save a value in a “session” variabile (some values read using a lookup based on the user login)
and reuse it later in formulas ?
It may be doable with two columns Start and End to trigger scheduled workflows which reset them.
Then, use IFS(AND(ISBLANK ([End], ISNOTBLANK ([Start]), your formula)
@Alessandro_Fiorino
You can use User Setting to store per user values. These values can be used in AppSheet expressions.
User Setting are described here help.appsheet.com - User Settings: The Essentials User Settings: The Essentials help.appsheet.com
The user setting seems to be the right way to do it, but in the example is the user that changes the value of the setting. Is it possible to configure a user setting that can be changed only by the administrator ?
See my Feature Request Post about Reusable Items:
[Reusable Items and Sharing (Collaboration)](https://community.appsheet.com/t/reusable-items-and-sharing-collaboration/25668) Feature Requests
The following Feature Request is a long overdue outline I have of having Reusable Items in Appsheet. It is part of a response in part @tony request: This is just the initial outline. I will elaborate further in the future as and when I work on my Apps where it will trigger further thoughts. 1. What would be Reused and then Shared? The basic concept of reuse could be based on table which is reused (for example the Person Table with all the details of a Person like Name, Email, Phone) where …