Hello,
My team and I were attempting to have one form impact another form's data once it was updated. We wanted to make it so that when a client in the "Client Listings" form checks out a bike on any particular day [Check_OUT_Date], it will then change the status of that bike [ServiceStatus] from "Online" to "In Service" in the "Bike Listings" form. We believe it is possible to do this, and we almost made it there, but we got stuck because when we went in and tried to edit it in the "Actions on Update" part, it would not let us simply add code by dragging "update records." It gave an error wanting us to kindly fetch the data first. When we tried to fetch the data [fetch records], it stumped us. Can someone please help explain how to make this work and let us know if we are on the right track? It will be very much appreciated.
Thanks!