On the creation interface for a table there are a few dropdowns, so on the update interface for the same record, I need to have the same dropdowns available in case a change needs to be made, but how do I make the default value be what was selected during the creation process? I believe it has something to do with the Selected Value input on the dropdown component configuration, On the creation interface the local variable for that list of choices goes into the Selected Value input. I tried putting a "a!defaultvalue" formula there but then when you make a change, it doesn't hold the new selection.
Also, as it may make a difference how it is set up, these dropdown's selections are drawn from related tables, not hard coded in the expression.
Discussion posts and replies are publicly visible
I suggest to use the auto-generated record actions as a starter. This should include most of the UI already.
But, in general, yes. To display a value to the user, just pass that value to the value parameter of any input component.
By the way, most of the questions you have here are covered by the trainings in the academy. Highly recommended stuff.
BTW, I wrote a book that might help you on your Appian journey.
https://packt.link/6ASSf
Blog & Podcast is here: https://appian.rocks