Skip to main content

Power Apps Search

Search

601 - 625 of 193,516

Download a File from a Canvas Power App using a button

Hi,  I am trying to download a file through canvas app using a button. On click of a button, download should get started without opening the file. How can I do that? The file to be downloaded i...

Re: Patch only bringing through last item

Hello @rosscortb    Kindly please explain what you want to achieve.   I see that your code is making a new Item on the list.

five why analysis UI

Hi,   Do we have five why analysis components in the power app? If you do not have then how we can create the attached five why UI in Power app?  I am trying to implement this UI wit...

Re: SharePoint ID Field Search Over 2000 Items

Hi @WarrenBelz , Wow thank you so much! How could I also include the 'Created By' in that formula please as that one is also not Delegable? I've added some extras in as per the below but l...

Syntax help for a drop down

I have a gallery that is filtered based on a field in another data source plus the choice from 2 dropdowns as follows This works exactly how I want it to  SortByColumns( Filter( ...

BFHTT missing tasks GA-REM II

Hi,   When accessing my BFHTT-My tasks to report my month end activities there are not visible/proposed any tasks. Please let me have a solution or let me know if I have to add them manually. ...

Sum price, groupped by year and month

The way i got that table:  ShowColumns(AddColumns(Orders,"ordMonth",Month(OrderDate),"ordYear",Year(OrderDate)),"ordYear","ordMonth","OrderPrice")

Re: Duplicate Problem While Patching my Data Source

Thank you so much for your assistance, this is the right solution, though it has something extra to be done in order for it to work properly, in this situation, as you can see in the pictures that i ...

Re: Create a collection from gallery in powerapps

Thanks @SebS.  I've changed the code now    Collect(CSVBalanceData, Projected_Balances_1.AllItems); Set(ExportToCSVData,Concat(CSVBalanceData, ","&Char(10))); //Call flow ...

Patching Attachments from a SharePoint table item already in the data soure

I am having issues in patching an attachment. But this attachment is being fetched from a table and being passed in the items property of the attachment control. i am using patch but it is patching e...

Re: Slider dependencis

Thank you very much, thats alot of help for me!!  

Lookup to another SharePoint list based on People Picker

I have a screen on which the Supervisor can enter a persons name into a combo box that I created as a People Picker.  I have this code on the combobox Office365Users.SearchUser({searchTerm:Sel...

Re: New or update latest record

Hi, thanks for your answer @LaurensM  . What I want is to create or update records. In case, an user registers a new record, I want to keep the one they're about to create and delete the la...

Re: Dataverse for Teams Milestones Template

Great overview! I'm interested in finding a way to customize the Statuses so that they are weighted with percentages for each one.  I am trying to modify the status collection (I think) so that...

Re: Power Apps Custom Form connected to SharePoint List gets stuck first time using app

I followed the steps and after my test account clicked allow connections it opened the form as new with the test user defaulted in the people field and nothing in the title field. I didn't make any c...

Re: Powerapps Gallery keeps scrolling back to the top

I am still experiencing this issue. We are on version 3.22111.28. 

Re: How to edit multiple forms in app without creating a new form submission

In your app do you see SharePointIntegration? If not, this code won't apply. If you do, in each of my form Items, I have  If(IsBlank(SharePointIntegration.Selected) || IsEmpty(SharePoint...

Re: how to replace double zeros

@jshedhai  ReplacedValue = Table.ReplaceValue ( AddedCustom, each if Text.Contains ( [Data], "#(lf)" ) then [Data] else false, each "0", Repla...

Power automate flow does not work when item is created through power apps

Hi there,   I've created a power app form that goes to a SharePoint list successfully. I've also created a manually tested a flow that works successfully that when an item is created, a Micros...

Re: Patching Attachments from a SharePoint table item already in the data soure

Hi @Raunaqqk , The only way to Patch Attachment content is with Patch(FormName.Updates) - you need the actual functionality of the attachment control to save the data. You can of course u...

Re: Add Office 365 User to MS Teams conversation

Yes, it is possible to add a user from Office 365 to a Microsoft Team in Power Apps. To do this, you will need to use the Office 365 Users connector in Power Apps. This connector allows you to access...

Re: PowerBI Slicer value + Parameter and use in Snowflake Direct Query

Hi @aviokc2011avi  - a couple of questions: What does the "See Details" error message say? Did you bind the Parameters to Slicer in the Data Model?  Step 9 in documentation ...