This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
I am fairly new to Appsheet and am getting confused on how Editable_Ifs
work, I know the basic concept of what its meant for. My problem is when
I'm in a specific view in the app, and I make a Editable expression, it
carries over almost as a universa...
Image of what I'm seeing and trying to explainI set up 3 actions to
record a timestamp of when the corresponding actions happen.E.g. End
user A selects transfer tool, fills out the form, saves, and request is
sent to end user B. When User B selects A...
Im trying a workaround for someone adding a brand new tool, then once it
saves & syncs, that information once you click 'Edit' turns it to read
only except 1 desired field that we can change. The problem I run into
is there is no 'View' level permiss...
I have a simple Tools inventory app. The error occurs when I try to
transfer a tool to from one person to another person with an action
button. If i do it without the action button, i do not get an error and
it works fine. I'm not sure what informati...
That is a very helpful note and I will actually try to implement that
KEY instead. I have it now to where once the end users submit the form,
select fields are editable and others are not.
ISBLANK(FILTER("Table Name",([_THISROW].[_ROWNUMBER] = [_ROWNUMBER])))I
actually found a snippet from Steve in a post back in May of 2020 that
seems to achieve my goal!