When the Reset on Edit is activated it gave me blank values/or it removed the supposedly output. Please see Video Attachment.
Thanks!
When the Reset on Edit is activated it gave me blank values/or it removed the supposedly output. Please see Video Attachment.
Thanks!
What is the goal here?
I see you have both an App Formula and an Initial Value (though the IV expression is hidden except for the first half of the first letter). That is not appropriate, you either want just an App Formula, just an Initial Value, or an Initial Value along with resetOnEdit.
Thanks for the response @Marc_Dillon . what I want to achieve here is give me the Latlong Value on edit. But upon edit, the Latlong value is not showing. Anyway, I also have an automation, when I tried to disable it, The Latlong values show off. I will post another trend for the issue. Thank You so much!!
If all you want is the LatLong value of the most recent edit, use HERE() in app formula. Don’t use any initial value or reset_on_edit
Hi @Marc_Dillon , In this Travel Log app, I have my 2 Latlong Column, 1 is the Start Latlong and 2nd is the Arrival Latlong, on the Arrival Latlong, I set initial value HERE() and reset on edit so the app can give me my location on my arrival,
Here is the scenario, I forgot to mention that I have also my automation for the Image to convert in to link,
If I disable the Bot for Arrival, the Arrival Latlong works fine, but once I Enable it, it gives me back the problem.
Bots run on the server, so a HERE() returns blank.
Instead of using ResetOnEdit, you should be setting the HERE() value to the columns more explicitly. Like create an Action for “arrival” which sets the column value. ResetOnEdit should really never be the first thing that you try to use to create functionality with, especially not without a condition expression.
Thank You so Much!! @Marc_Dillon ![]()