Hi, i was building a simple form sender in Power Apps with Sharepoint Integration, so i put a Button in one of the first fields that was "Company Name", that button changes TextBox to ComboBox in case of need to add Companys that i dont have listed in my Excel, i have a list of company registered in one Excel Table, so i put that list in my Combobox source, but when i submit my Form, i get some error mesage because my Textbox (was the default field in my Sharepoint list) is empty,
Is there a way to link my Textbox value with the Combobox single value when the button is selected for the ComboBox?
When my button is disabled i need to be able to put any value in Textbox,
When i put my button to green, the user needs to select one company, that selection needs to fill or replace that TextBox,
Solved! Go to Solution.
Go to the text box by clicking it. Then go to it's 'default' property and type in the name of the combobox followed by .Selected
Sometimes it needs to be . Selected.Value or .Selected.Result depending on the datasorce for the combobox.
E.g.
(For this example my combobox is called ComboBox1)
In the default text I would put:
ComboBox1.Selected
Or
ComboBox1.Selected.Value
Or
ComboBox1.Selected.Result
Usually one of the above should do the trick depending on the source. Sometimes on rare occasion you may need to do Text(ComboBox1.Selected.Value)
Try this and reply to my comment if you have an issues. If my comment helped please like/kudo it and if it's the solution please mark it as the solution.
Signature:
If you appreciated my comments/responses please be sure to Like/Kudo them it really does make me smile 🙂 !
Link to the Power Platform Professionals United Kingdom User Group:
Go to the text box by clicking it. Then go to it's 'default' property and type in the name of the combobox followed by .Selected
Sometimes it needs to be . Selected.Value or .Selected.Result depending on the datasorce for the combobox.
E.g.
(For this example my combobox is called ComboBox1)
In the default text I would put:
ComboBox1.Selected
Or
ComboBox1.Selected.Value
Or
ComboBox1.Selected.Result
Usually one of the above should do the trick depending on the source. Sometimes on rare occasion you may need to do Text(ComboBox1.Selected.Value)
Try this and reply to my comment if you have an issues. If my comment helped please like/kudo it and if it's the solution please mark it as the solution.
Signature:
If you appreciated my comments/responses please be sure to Like/Kudo them it really does make me smile 🙂 !
Link to the Power Platform Professionals United Kingdom User Group:
User | Count |
---|---|
158 | |
91 | |
68 | |
63 | |
63 |
User | Count |
---|---|
210 | |
156 | |
93 | |
81 | |
71 |