Good Morning,
I have a form with several dropdowns. For these dropdowns, I have a choice "Unlisted - New". When the user selects this choice, it causes a pop-up to appear for them to input a new choice. This feature does work, that choice is added to the dropdown. But as of now, it requires the user to hit the dropdown again to select that addition. I want their input to automatically populate as the choice in the dropdown. As of now, I hit Submit under the popup for the new entry and the dropdown resets back to blank and I have to hit the dropdown again to find the new selection.
This is the current On Select formula I have for the text input submit button
Patch(SUP_Profile_Dropdowns, Defaults(SUP_Profile_Dropdowns), {cr371_strategycategory:TextInput2_4.Text}); Refresh(SUP_Profile_Dropdowns); Set(ConfirmPopUpSC,false);
I'm not sure where you are using dropdown control in your app.
Thanks!
Thanks for writing back and sorry I am having such difficulty
Please provide a screenshot of the Tree View on the left side of your app's screen.
Thanks so much for the response. This is what my version looks like I can't figure out where to change data source for value of the dropdown
Hi
You will be able to find Value in dropdown properties tab in the Right side of the screen as shown below.
Thanks!
If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.
Rajkumar,
Thanks for your response. I am using this option you gave
Rajkumar, thank you. I am still getting an error. I pasted the SelectedChoice option you have (the first one) into the "Items" property of the dropdown.
Patch(SUP_Profile_Dropdowns, Defaults(SUP_Profile_Dropdowns), {cr371_strategycategory: TextInput2_4.Text});
Set(SelectedChoice, TextInput2_4.Text);
The error it gives me is expected operator (it says it expects a +,*, or &). I cannot figure out what the issue is.
SelectedChoice is not a function its Variable name.