its a wired issue that im encountering and im hoping someone can be helpful, ill simplify my app to just focus on the feature that im having issues with.
I have a [hour] column which is represented in a range slider from 0 to 23 the
[Midnight Reset] = "๐",
HOUR(
IF(
[Time Reset] >= TIME(NOW()),
[Time Reset] - TIME(NOW()),
"24:00:00" - (TIME(NOW()) - [Time Reset])
)
),
23
)
[minute] column also represented in a range, from 0-59.
Solved! Go to Solution.
@marvaddi wrote:
BUT when i manually select the range of either [hour] and then update [time reset] then the [hour] no longer dynamically updates.
Initial value as the name suggests is an "initial " value till the app user changes it or overrides it. Once the app user changes it, the initial value expression will not work within the same form edit session. It will also not work for subsequent form edit sessions unless "reset on edit" setting is enabled that is described below.
Define app formulas and initial values - AppSheet Help
@marvaddi wrote:
when i save the form and go back to edit it, no matter what time i input for [time reset] i still dont see [minute] and [hour] dynamically change.
For this you could try "Reset on edit" option. You could even define suitable expression for the reset on edit option.
Configure column properties - AppSheet Help
@marvaddi wrote:
BUT when i manually select the range of either [hour] and then update [time reset] then the [hour] no longer dynamically updates.
Initial value as the name suggests is an "initial " value till the app user changes it or overrides it. Once the app user changes it, the initial value expression will not work within the same form edit session. It will also not work for subsequent form edit sessions unless "reset on edit" setting is enabled that is described below.
Define app formulas and initial values - AppSheet Help
@marvaddi wrote:
when i save the form and go back to edit it, no matter what time i input for [time reset] i still dont see [minute] and [hour] dynamically change.
For this you could try "Reset on edit" option. You could even define suitable expression for the reset on edit option.
Configure column properties - AppSheet Help
so you are telling me i was one toggle of a switch away from happy tears? haha, thank you so much!
You are welcome.
You are correct. Many times that "one toggle of a switch away" turns into running the the last mile to win the race. ๐
User | Count |
---|---|
18 | |
15 | |
10 | |
7 | |
4 |