Solved! Go to Solution.
Hi @Andries1 ,
Could you please share a bit more about the data input field that you mentioned? Is it a Text type field?
Do you want to use Dropdown box selection collect data for the field instead of the original Text Box?
I have made a test on my side, please consider take a try with the following workaround:
Set the Update property of the Text Input field data card within your Edit form to following:
Dropdown1.Selected.Value
Please consider take a try with above solution, check if the issue is solved.
Best regards,
Hi!
I´m not really getting you problem. Do you get an error when you try to display your selection? If that is the case, the syntax for the label (or whetever the control is) should be Dropdown1.SelectedText.Value. If you only type Dropdown1.SelectedText, you will get errors since that doesn´t return a string.
BR
Pontus
I get the message when I try to submit Form. I believe that the DataCard does not recognize the DropDown Input field or my data type is incirrect?
I replaced the original Input field with dropdown selection once I connected the data.
Ok, now I´m following 🙂
Can you try to set the Update property of the Datacard to dropdown1.SelectedText.Value and the try to submit the form. Just replace dropdown1 to your dropdown-id. I think that this might solve your problem. 🙂
BR
Pontus
Hi @Andries1 ,
Could you please share a bit more about the data input field that you mentioned? Is it a Text type field?
Do you want to use Dropdown box selection collect data for the field instead of the original Text Box?
I have made a test on my side, please consider take a try with the following workaround:
Set the Update property of the Text Input field data card within your Edit form to following:
Dropdown1.Selected.Value
Please consider take a try with above solution, check if the issue is solved.
Best regards,
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
203 | |
106 | |
56 | |
51 | |
41 |
User | Count |
---|---|
267 | |
156 | |
83 | |
81 | |
56 |