Note: I’m probably having the most trouble with the Referenced Rows part. I’m just trying to change “Favorite fruit” to whatever the new favorite fruit which was selected when the UpdatesList form was filled out, and also “Changed?” to “Yes”.
For the second action:
Action name
Action2
For a record of this table
Record
Do this
Data: set the values of some columns in this row
Set these columns
Changed? = “Yes”
Prominence
Do no display
In the view for UpdatesList under Behavior I have this:
Event Actions
Row Selected: Action1
Is there something obvious I’m doing wrong? I’m clearly getting something mixed up, but I can’t figure out what. Thanks in advance for any further help you can provide.
I appreciate the nudges. I went back and rewatched a video or two, read a bunch more documentation, and then was finally able to figure this out using the LOOKUP() and SELECT() functions/expressions. The steps for doing this, I think, are fairly complicated, so I recorded a video that should help anyone else who encounters this challenge.