
Every text input on the screen, is a separate field because often through the app space had to be made for instructions & to help so things make sense of things.
I used to know how to do this but it's been awhile.
The text input Default are set to be individual excel table records. To keep the calls down to a minimum, how do I use the Save button to update all the excel records at the same time? With a twist of course. We always need a twist. Right!?
It's a canvas app, with a drop down ( 'House DropDown' )in the upper left side that selects which row in a 200 column excel table the rest of the app uses. The records output into formulas, inputs, and into individual Text fields.
So... you choose from Dropdown1, the option of Building #2
Then all the output text fields in the app, draw from the 2nd row in the excel table. So for instance. App would be showing "Princess Penelope" in the First Name(s) text input, if that is what was in the Building #2 row - First Name(s) column.
Text: 'House DropDown'.Selected.First_Names
Is there a way to use - 'House DropDown'.Selected.First_Names - in the equation you posted?