Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

Learn Power Apps

2.5k members • Free

6 contributions to Learn Power Apps
Power Apps Choices() Function Does Not Return Users from SharePoint Person Column
I have a SharePoint list that is open to all user. In this list, there is a Person column.On the SharePoint side, I can select any user I want in this Person column without any issues. However, when I create a form in Power Apps, the Person DataCard appears correctly, but when I click the ComboBox inside it, no users are displayed. I’m using the following formula: Choices([@'App Users'].Person) I have used this code in many other tenants without any problems.This is the first time I am experiencing this issue. If I retrieve users with:Office365Users.MyProfile().DisplayName it works fine — which means I have access to users.However, the Choices() formula does not return any users. What could be the reason for this? Thank you in advance for your help
0 likes • Jul 14
Note: When I click on the ComboBox, no user suggestions appear.However, if I start typing a user's name, the results show up. There is no issue with the DisplayFields property — I am using parameters like Picture, DisplayName, etc., as I normally do.
0 likes • Jul 15
In Sharepoint this field is a person column. Multiple selection is off.
Power Apps Modern Component Errors
As of today, I started having problems with modern components. The modern checkbox's checked value is true, but it doesn't appear checked / it's not visually selected. Although the modern form items change, it does not change and continues to show the old selected items value. When I did the same operations in classic components, there was no problem. I have a big application. There are many modern components in it. Do you have the same problems?
0
0
PowerApps HtmlText Show Image
Hello; I have a collection. I need to show 2 text fields in this collection and the images in the attachments on the page. The html code below works but I can only throw the first attachments. When I use nested concat, unfortunately the inner concat cannot get the outer concat data. How can I solve this? "<div>" & Concat( myCollection; "<div>" & "<h3>" & 'Title1' & "</h3>" & "<p style='margin-left: 20px;'>" & Title2 & "</p>" & If(isAttachments; "<div style='margin-left: 20px;'><b>Yes</b><br>" & Concat( First(myCollection).Attachment; "<div>" & "<img src='" & AbsoluteUri & "' alt='Image' style='max-width: 500px; height: auto; margin-bottom: 10px;'/>" & "<div>" ) & "</div>"; "<p style='margin-left: 20px;'>No</p>" ) & "</div>" ) & "</div>" Unfortunately, I get an error when I type Attachment instead of First(myCollection).Attachment. I tried LookUp( 'Technical Specification'; ID = ThisRecord.ID).Attachment but ThisRecord.ID part always gets the ID information of the first data.
Mobile Combobox Problem
Hello ; I have several applications used for both mobile and web. With the last update, comboboxes started not working on mobile. If the user clicks on the combobox, the application gives an error. There is no such problem in the web part. I created a clean application and put dropdown and combobox in it. Even the new application gave combobox error on the mobile side. Is there a solution for this? There are too many comboboxes in my old applications. It is very difficult to change them one by one.
0 likes • Oct '24
@Cyber Tnc Hello;you can contact me at https://www.linkedin.com/in/yunus-emre-demirel/
0 likes • Oct '24
@Marek Urban Thanks. I didn't know there was an authoring version field. When I changed it, the problem was solved.
Modern Table Sorting Problem
Hello; I have created a sheet with a modern table. I will use a collection in this table. If I use a sharepoint list in the table, I can do column sorting. But when I assign the list to the collection and write this collection to the items field of the table, I cannot do column sorting. Even this process does not even fall into the viewer monitor. What is the difference between a sharepoint list and a collection? Note1: I have to use a collection because there are 4500 data. Note2: Even if I have 100 data in my collection, the modern table still cannot sort columns in the collection. Is this the same for you and is there a solution?
1 like • Oct '24
@Elvis Eyobor Hello. This method works. However, there are 20 columns and sorting is requested for all of them. I would like this to be in the table that comes by default, but unfortunately it did not work. For this reason, I had to do the sorting with code.
1-6 of 6
Yunus Emre Demirel
2
14points to level up
@yunus-emre-demirel-2421
Mryed

Active 155d ago
Joined Oct 11, 2024
Powered by