Power Apps 검색
검색
Re: Transpose Help
Hi, You have to pivot your column Property attribute this way and you get your result If this post is useful to help you to solve your issue consider giving the post a thumbs ...
Re: Updating the records in dataverse custom table if there is a duplicate
5 mins for 38 rows sounds like way too much. Any chance you could share a screenshot of the flow?
Autopopulate a Field from another Field
Hello everyone, I'm looking for some help. I would like to have a field autopopulate from another field once I submit the form. Looking at the screenshot, I would like the Equipment Type/Dis...
Owning Team: trying to enable users to change owning team for records in Dynamics / Dataverse
Hi. I'm trying to manage the visibility of records in data verse accessed by guest users via a canvas app. I'm able to change owning business unit but not owning team for some reason. ...
Re: Multiselection ComboBox not sending all selections to SharePoint list
if your sharepoint column is a text field, to pass the string of emails: Concat(ComboBox1.SelectedItems, Mail&";") I tested the rest of your setup and had no issue...
Re: Extract a specific strong from a column
Hi @possible-possum , Is this what you are looking for? If so, you can create a conditional column as below:
Re: Add a text with link in Excel
@v-liwei-msft it is not clickable and only link (not hyperlink) Nay ideas?
Re: Add a text with link in Excel
@v-liwei-msft it is not clickable and only link (not hyperlink) Nay ideas?
how to assign inventory product to company employees from asset managment application
BY this click button i want to assign laptop to emplyoee of company
Re: Ideas for a 'who is who'
You can add a search bar so you can search someone by their name, incase they don't know the face, that is practical additional feature. You can also add color, people from difrent divisions can hav...
Re: Aggregate table
Hi @omega123 I have created a sample. You can see detailed transformation steps in the sample .pbix file attached at bottom. Best Regards, Community S...
Re: Display updates from 3 Forms from 3 pages on a Review and Submit page
Hi @zachm , Form modes are New except for the last one is View, just the same as yours. Blow is the result after the second button selected: And afte...
Re: DropDown time items
Hi @TYNAI , I made a sample for you. Text(DateAdd( DateTimeValue("2022-10-5 "&Dropdown1.Selected.Value),8,Hours),DateTimeFormat.ShortTime) B...
Re: Power Apps wont sum a data table
Hey @yashag2255 . Are you able to help me with my problem above? I feel like I'm following your explanation to the letter, but I'm still getting 0 Any assitance will be imm...
Re: Submitform with OnChange bug
The fully solution is, that you have to add two timers. After you press the enterkey in the last field, the first timer should start, submit the form and start the second timer with the OnTime...
Re: Bot feedback to be stored or removed
Hi @MithaliGupta https://powerusers.microsoft.com/t5/Power-Virtual-Agents-Community/How-to-build-PVA-Bot-to-get-user-feedback-on-PowerApps-created/ba-p/1257851 This link ...
undefined
Hello, is it possible adding and saving offline images that save to SharePoint once online
I dont understand properly how List.Generate() works
let my_function = () => "Test", my_list = List.Generate( ()=>[x=1], // Failr here with: "ExpressionError: The name 'x' wasn't recogniced. Make sure it's spelled correct...
New features not allowing to save the app(Replace) with existing app
earlier, within single environment, you can have Dev and Test apps, when we want to push the app to test, we use Save as feature to replace Test app with Dev one. Now, with latest feature re...
Re: Meeting Capture V2
Hi¡ Loved that app but after some months without using it, now it doesn´t show any meetings when launch so it doesn´t work at all. Nor any error message. Any suggestion?
Re: IF(AND(COUNTIF(A:A,LEFT(A1,10)&"*")>1,RIGHT(A1,3)="671"),""
You've got a syntax error. send me or publish the query, I'll have a look.
RichText Editor + Component and add result from components to RIchText
Hi , I have a RichTextEditor that the user can type a answer, but when the user click a button a component appers with a gallery and the user can choose a item from it. The problem is that ...
Re: Choices column not showing from lookup table
Hi @ashokpershad , I made a sample for you. AddColumns( TestL16,"tempNumber",Text( Number1),"tempOnwer",If( IsType(Owner,Users),AsType(Owner,Users).'Full Name',AsType(Ow...
Re: Building Power Apps
Hi @JaredB , Try this format (note the V2 on the action) Office365Outlook.SendEmailV2( HS_txtinp_Email.Text, HS_txtlbl_EmployeeInformation, "Employee Name: " & HS_txtinp_Em...
Re: New row with the editable Display mode
Hi @RGB5 , Could you please share more details about your scenario? How is this variable getting changed through the buttons? For Controls within a Gallery, you cannot...