Hello ,
I have a sharepoint list named 'Group'.
Within this list there is a column 'Group Number' and corresponding to that there is 'Group Name'.
There is another list 'Payment Request' where selected group is patched.
In my canvas app there is a datacard inside form which contains a ComboBox (dropdownlist). This combobox shows 'Group Number'.
I want to show 'Group Name' in the ToolTip (corresponding to the selected 'Group Name' in that combobox )
Hi @PowerAddict
Thanks for your reply.
I cant find this multiple property you mentioned earlier.
By making 'Multiple Selection' true , I can only select many 'Group Number' not 'Group Name' column.
Hi @mayur2 ,
What is the column type of 'Group Number' and 'Group Name' columns?
Tooltip property is not available for these drop-down options, it can only be seen when you move the mouse cursor to the main body of the combo box.
So, as @PowerAddict said, you can set the Field to be Double layout, and set the secondary text to 'Group Name', then the drop-down options will both show 'Group Number' and 'Group Name'.
Sik
Thanks for your reply.
I've already tried this but the problem is in 'Payment Request' list there is a lookup column 'group'.
This 'group' column is referencing to 'Group' list (which contains Group code(Number) and Group Name(single line)).
ComboBox is binded to 'Group' of 'Payment Request' list.
Hi @mayur2 ,
Aha, that's clear. Please refer to the following steps:
1. bind your combo box to Group list directly instead of using Choices() function,
2. set the DisplayField property of combo box to ["Group Name", "Group code"], and set Field layout to Double,
3. set the Update property of Data card:
{
'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
Id: DataCardValue.Selected.ID,
Value: DataCardValue.Selected.'Group code'
}
Sik
@mayur2 what is the Items property of combobox ?
If you have set the Items property of combo box to Group, then you can select "Group name" column in the primary text, and select "Group Number" in the secondary text.
could you share more screenshots?
Sik
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
257 | |
247 | |
83 | |
36 | |
30 |
User | Count |
---|---|
299 | |
269 | |
117 | |
66 | |
45 |