I'm pretty new to Powerapps, so bear with me.
I used a Stored Procedure Flow to allow the users of my app to create their own fields with their own data types, and that part works perfectly by updating my data source correctly. I am now trying to make that new field work in my Edit form. There is only one step left for me to do, but I'm including my proccess in case the context is helpful.
I added a duplicate field to the form and changed the contents to show the newly created field. I have the Update, DataField, etc. functions working correctly as far as I know, and the value(s) of the data card are also functional. The only step left is to change the Default for the data card to be the newly created field. However, I am unable to do so because the name of the new field is being held in a variable and in a data source, and referencing either of those does not work. I have no way of getting the new field explicitly spelled out. There are pictures attached of both of my attempts to hopefully clarify what I'm looking for.
Does anyone know of any workarounds to reference a field with a variable instead of the explicit field name?