Hi!
I am new to Powerapps and I'd need your help.
So I have a SharePoint-based powerapps tool.
Team Name | Achievements Monthly |
A | xyz |
B | fghc |
C | xcbn |
The problem is I wanted to add a text input that shows the 'Achievements Monthly' results based on my gallery selection.
I have attached a screenshot of the tool
On the left-hand side, you can see the left gallery and the listed team name on the right-hand side you can also see the right gallery with all details.
At the top, I just want to add a multirow text input card that shows the value based on the left gallery selection.
Thanks
Solved! Go to Solution.
Hi @AustineHype ,
Could you tell me:
What is your data source? Is it a sharepoint list?
What’s Achievements Monthly? Is it a column in sharepoint list?
What’s the data type of ‘Team Name’ and ‘Achievements Monthly’ ? Are they Single line of text columns?
If my assumptions are correct, the point is the Default property of the textinput control.
I did a test for you:
1\ This is my list ‘LIST 59’.
2\ Add a gallery control ‘Gallery1’.
3\ Add a textinput control and set its Default property to:
Gallery1.Selected.'Achievements Monthly'
4\ The result is as follows:
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
Hi @AustineHype ,
Could you tell me:
What is your data source? Is it a sharepoint list?
What’s Achievements Monthly? Is it a column in sharepoint list?
What’s the data type of ‘Team Name’ and ‘Achievements Monthly’ ? Are they Single line of text columns?
If my assumptions are correct, the point is the Default property of the textinput control.
I did a test for you:
1\ This is my list ‘LIST 59’.
2\ Add a gallery control ‘Gallery1’.
3\ Add a textinput control and set its Default property to:
Gallery1.Selected.'Achievements Monthly'
4\ The result is as follows:
Best Regards,
Wearsky
If my post helps, then please consider Accept it as the solution to help others. Thanks.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
200 | |
98 | |
60 | |
57 | |
53 |
User | Count |
---|---|
257 | |
161 | |
88 | |
79 | |
68 |