Skip to main content

Power Apps Search

Search

6,376 - 6,400 of 199,092

Re: Collections, labels and textinputs

@egl002  You'd need to call SaveData to first save the collections. SaveData(RotorTurning; "RotorTurning");; SaveData(RotorTurning2; "RotorTurning2");; SaveData(NVG; "NVG");; SaveData(NVG2; ...

Re: Conditional replacing of dates

Hi BA_Pete,   Great! This indeed solved the problem. Many thanks!

Re: Web API query to group by lookup column

that field is a lookup, I didn't try but maybe grouping the id attribute of the table can work, something like: $apply=groupby((rwfw_covertype/rwfw_covertypeid)

Re: Why other's are unable to see the gallery when i share?

Hi @Sanskruti ,   I mean if some other control is maybe blocking the users from seeing the gallery as in the below example where the blue rectangle is in front of the combobox: &...

filter gallery items after an external table

Hello people, i have two tables, the one table is called Consultant and the other one is called Certifications, the names of the Consultants are also in the Certification table. my goals is to filt...

Re: filter gallery items after an external table

HI @Akki2995 ,   Use the Filter function:   Filter( Consultant. Name in Filter( Certifications, CertificationName.Value = CertificationDropDown.Selected.Value ).Cos...

Re: Need help with DAX

Hello Aniya,    Thank you for responding and willingness to help Claryfying your questions: 1.  I need to count the invoices that have record on previous day and the following day ...

Re: Transform UTC time to local time

Hi,@v-xiaochen-msft I do just as what you show in the picture.But every time I try to change the "value" into "value2",it will change back to "value" automatically soon,and the time remain as UTC fo...

Re: I want to convert selected date to year in order to Sort the view as of year dated basis.

Hi @nmlsanmiguel , This should be Delegable - I am using a Text box to put the year in, but you can use whatever you want to specify the target year. With( { wStart: Date(Value...

Re: signatures and file attachments how to save back to SharePoint? need advise.

Hi @bbsin ,   I tried the method in the screenshot and found that it works correctly. What is the error message? Have you requested multiple parameters in the flow?   &nb...

Re: button visible for some user and hide for some user

Hi    @WarrenBelz  @swaminawale    It's work for me . with admin list i connect in to PowerApps and i use title for admin id and dl id.   as of now this button v...

Re: Help with filter please

Hi @pricey79    Are you using the actual SharePoint Column Name or the column's display name ?   You should be using the Actual SharePoint Column name  which you can find...

Re: filter gallery items after an external table

Hi @Akki2995 ,   What error message are you receiving?

Re: Power Platform Admin Centre - Storage Capacity Summary

I am facing a similar issue and the URL did not help.

Re: Attachment missing in SharePoint list after submitting form from Power App

Hi, before you submit the form you can check if the attachment control is not empty, like this: If( !IsEmpty(DataCardValue.Attachments), SubmitForm(Form), Notify("Please add an attach...

Re: Customizable Gallery

@alt88  Your Gallery will need to have the same number of controls (e.g. Labels) that equals to the number of Columns that you want the users to view from the Table. You will need to allow...

Re: how to combine 5 galleries and search in to 1

Hi @venky232    I would recommend referring to this video from @RezaDorrani  for an explanation of how to use multiple filters on a single gallery.   You sh...

Power Apps flow not listed in Teams environment

Greetings.  I recently created (from scratch) a new flow in my Power Apps for Teams environment.  It works well but when I look under the "Build" tab in the Power Apps app in Teams that flo...

empty space in vertical gallery image

I have a canvas app with vertical gallery connected to a data source that has image column that store images on some but not all rows. When the vertical gallery populates its fields from the data so...

Re: Customizable Gallery

Unfortunately, I am in despair. I have set the x and y so that one field is always attached to another, i.e. field B to A and C to B, but if someone hides field A or the previous one, then they are a...

Re: Update Form without Resetting Toggles

@gjbannister01 What do you have in the default property?   Please remember to give a 👍 and accept my solution as it will help others in the future.

1 to many relationship - want to find time creation difference between 2 linked table

Hi All, I have a scenario where I have 2 tables with a 1 to many relationship   Product ProductId - ProductName, CreationDate   Order OrderID - ProductID - CreationDate   I wo...

Re: Sort this Distinct Code in Dropdown and Blank Value

@Sebi087 Follow this example,   Please remember to give a 👍 and accept my solution as it will help others in the future.  

Re: Sort multiple columns.

Hello @DidacRoig , I believe: 1. The material could be single line of text type column in backend.so Its sorting like that. 2. Can you paste the error pops up when you click on date c...