I hope you can help me, what happens is that I have a sharepoint gallery, where I have several fields, one of them is Person or Group type, when I bring the information to the gallery I have no problem and it appears well even in a form that I have to view and modify works. The problem is that I need to create an html file and then a pdf but when I put it as a label it marks an error but if I put it to bring a different type of data if it accepts it. attach an example of the html that I am using and with these fields if it brings me the user's data, but the name gives me an errorenter image description here Thanks for the support
power apps problem with sharepoint person or group field
2.4k Views Asked by Luis Antonio Rosas Riquelme At
3
There are 3 best solutions below
0
zmansuri
On
People picket field will always be in Combo Box because it is a record type value. If you want to store the name in your HTML. try this let's say your combo box name where you choose people picker value is ComboBox1 then on your label's text property write: ComboBox1.Selected.DisplayName. This will store the name of that person in label.
Related Questions in POWERAPPS
- Keep getting error "network error when using patch function: the specified record was not found" when using canvas app form - sql on-premise
- Allowing any member of a dynamic group to send as from a shared mailbox
- Why is this flow activating an infinite loop?
- Swagger definition for custom connector to trigger databricks jobs in Power Apps
- Limit decimals from import calculated value in power BI
- Error when running a flow from a Power App
- Can I embed PowerBI report in Power Apps in the app-owns-data fashion?
- How to manually add a value to data source with combo box in Power Apps
- SharePoint Online - Display Image on a Page based on column status value from list
- How to fill rectangles in my PowerApps project?
- Using print screen to print a title and barcode is working only on design mode
- Extracting number from extracted text in an image using ocr in power automate flow
- PowerApp -> Data Connector -> Azure Blob Storage.. Change Name / Description
- I want to add an action for pressing the Enter key (the same as for the button), in powerapps
- Handle concurrent access inside Power Apps for SubmitForm() & Patch()
Related Questions in SHAREPOINT-LIST
- List Updates automatically feed quick links
- PowerApp get less alternativ in subcategory when you choose a category
- How to have dropdown Search and textSearch (sharepoint project)
- How to get time reminder before 1 hour in outlook using power automate
- How to add a new item to a sharepoint list using VBA?
- How to map Image saved in a document library to image column in another sharepoint list
- Any connectors to allow data stored in Microsfot sharepoint list to Bigquery
- Sharepoint SE resource reservation calendar
- jQuery Datatable Sharepoint list item status depending on previous item
- Missing one custom field when getting SharePoint List Items in Microsoft Graph API
- How to Delete Multiple Rows in Power Apps Data Table
- post a data in SharePoint list gives 400 Bad request
- How can I change the format date of a SharePoint list that was shared with me?
- How to use Power Automate flows to manage user access to SharePoint lists
- How to fix multi choise with powerapp
Related Questions in POWERAPPS-CANVAS
- Keep getting error "network error when using patch function: the specified record was not found" when using canvas app form - sql on-premise
- Swagger definition for custom connector to trigger databricks jobs in Power Apps
- Error when running a flow from a Power App
- How to manually add a value to data source with combo box in Power Apps
- Using print screen to print a title and barcode is working only on design mode
- PowerApp -> Data Connector -> Azure Blob Storage.. Change Name / Description
- Handle concurrent access inside Power Apps for SubmitForm() & Patch()
- Power Automate flow to trigger PowerApps
- can not use portal template in power apps
- "RetrievePrivilegesForUser, the user with id *** has not been assigned any roles, they need a role with prvReadWorkflow privileges"
- Patch function error while using collection
- How to rearrange dependent dropdowns in power apps
- Power apps fail to search multiple columns with excel data source
- How we can download an image with PNG format in Power Apps?
- Powerapps patch issues when setting a field by a text label input
Related Questions in POWERAPPS-FORMULA
- Keep getting error "network error when using patch function: the specified record was not found" when using canvas app form - sql on-premise
- Limit decimals from import calculated value in power BI
- Advice using patch within a FORALL in power apps
- How to rearrange dependent dropdowns in power apps
- Dynamic (Dependent) formula column in Dataverse table
- Power apps fail to search multiple columns with excel data source
- Powerapps patch issues when setting a field by a text label input
- Using PowerApps IF and FILTER statements in the same Item Property
- Power Apps Date function connected to Excel
- Powerfx code to hide/show ribbon button in main form when the dropdown is selected in powerapp form
- PowerApps dynamic condition
- How can I format a label or text box to receive currency values using decimal places correctly?
- PowerApps - Allow multiple forms to be edited at once
- Passing Parameter to another screen and show read only in another screen in PowerApps
- [Object][Object] Error Sharepoint Power App Table
Related Questions in POWERAPPS-SELECTED-ITEMS
- How to rearrange dependent dropdowns in power apps
- Using PowerApps IF and FILTER statements in the same Item Property
- How can I format a label or text box to receive currency values using decimal places correctly?
- How to return a data from Dataverse and assign to a variable inside Set Function in PowerApps
- How do I get presistent selection in Model Driven App subGrids/Grids?
- Powerapps Gallery 1st column sum in next column
- Pass a dropdown selected value from one screen to another screen new form dropdown in PowerApps
- Microsoft Power Apps - Bad Gateway Error on App that was working
- PowerApps Radio Item not clearing
- How to Implement a Color Picker for BorderColor Property in React PowerApp Component?
- How to set the Fill property of a combobox if the drop-down is selected?
- Incompatible types for comparison. Numbers, Text can't be compared
- How we can use 2 if functions on submit button in PowerApps
- Power Apps wrap into Android apk and sharepoint data fetching issue
- Power app Filter on gallery by a LookUp field
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Did not understand you question completely but assuming you want to use the person or group value to other places like in PDF or HTML.
You can first store the value in a variable and use it where ever you want. For let's say you are showing people and group value on a textinputfield1 then use this example -
UpdateContext({PeopleValue: textinputfield1.Text)or you can check if you want the people picker value for a specific row in gallery using IsSelected