I’m struggling to get a good screenshot to show what’s happening, so will describe in detail:
I have a page tied to my working table. The working table has one row with two columns, one that us a user-specific Address column, the other column uses the Google address complete. When I type an address directly in the table, the address complete works. In the page, I have the Address field and the Hint connected to the address complete. This works according to Robert’s video.
Next on my page is a form container attached to my Business Activities table. The user enters other details, including choice fields that are restricted by filters. I believe this is only possible in a form container, so I have to keep this form container. Also in the form container, I have set the default value of the hidden address field to be the address from the working table. This also works.
Then to record the form entry, the user presses the Submit button on the form container. This is the only button on the page, except for the one on the hint. So, am I correct in understanding that I use this button to clear the row from the working table? I can’t figure out how to do that because it only gives me fields from the Business Activities table.
Just saw Robert’s suggestion so will try that.