Hello Everybody,
I want to generate a string made out of some input texts and dropdown values populated out of an excel sheet.
Example {TextInputName} has {DropdownEyecolor} eyes and {DropdownHaircolor} hair.
The eye and hair colors are listed in an excel sheet and I see them im my dropdowns. Really great.
The string should be shown in a final text input field. If I enter dropdown.selectedtext in the textinput.default, I get the error that textinput wants a text value.
I also tried dropdown.selected.value and dropdown.selected.result and all other combinations I could find in this forum.
I also tried to have my hair and eye colors in an sharepoint list. Same result.
How can I use these variables in a default text of an input field?
Thank you for your help!