Skip to main content

Power Apps Search

Search

6,301 - 6,325 of 193,448

Building dynamic HTML tabel for Mail flow

Hi I need to build a flow that sends an email with a dynamic HTML tabel in the mail body. I know how to create the flow and send a mail, but I need to know how to create the HTML tabel. All the da...

Re: Creating an Automated Company Directory with Photos in PowerApps

Thank you for considering my query about creating an automated company directory with photos in PowerApps using SharePoint data. I would appreciate further assistance on how exactly to implement this...

Re: Which licenses do users need for Power Apps when making and reading input in Power App form embedded into Power BI report?

Hi @Julllis , If your PowerApps has any premium connectors and users are going to consume the app by doing CRUD operation on the app, then all user who all will be doing CRUD operation will...

Re: Possibility to filter options from the User table in a view

...hat this depends on the default public view (Active Teams in this case), but modifying this view has no impact.

Re: Parse through Response object of Office365 Groups action HTTPRequest method

@v-yueyun-msft Thanks a lot. I can get the id and filename now. How do I get HTTP Status code?

Re: Date Picker Parking App

Thanks for reply, On OnChange I have to reset the floorfield (dropdwon).

Re: Convert Unmanaged Solution to Managed In Place

Hi @IAmIntractable , to be sure I have checked these steps in a lab tenant and I can confirm you that following them your app id in prod environment doesn't change. ----------------------...

Re: Avoiding Duplicates in SharePoint List from Microsoft Accounts Using Power Automate

Hi @Adouz,   I'm not confident in my grasp of the french language enough to read the specifics of your flow, but I can tell you the rough idea of what you'll be looking to do.   At...

Power App Solution Manage - Canvas App not updating after upgrade

Hi Community,   I have a solution that include a Canvas App, and I already deploy it to my Test Environment it work perfect. Because that is the first deploy to Test Environment. So I use updat...

Re: Web scraping

Hi @PhilipTreacy    Many thanks for your answer. Yor example code works perfectly.   From my side I noticed the following problems.   - I was using excel power query wh...

Incompatible Types for Comparison. These types can't be compared: Record,Text

If( VsrForm.Mode = FormMode.New, LookUp(Vendorlist, 'Vendor Name'.Value = CboVendorName.Selected.Value, 'Vendor Category'), Parent.Default )   What could be the issue.. the on change ...

Incremental Refresh: Using a function to get the StartDate parameter

Hello All, I'm wanting to implement incremental refresh on one of the fact tables that I have in the data model. I would like to use a function that dynamically calculates the X business datetime ...

Filtering a choice field in a form

Hello, I have such a situation where every Person is asigned some Legal Entitities. In this case John is assigned Legal entity A and B. The field 'Same data Entities' is a multiple choice field, co...

Re: Filter based on either label

Hi @MWads44    Try this: FirstN( SortByColumns( Filter( tblAssetsTracking, Title = MainSite.Text || Title = AdSite1.Text ...

Re: Power Query only refreshes after refreshing preview

That is odd. A quick test I would do would be to copy your mytoken1 into a separate query with a different name, and then reference that query instead.   Pat

Re: Controlling years on source table date

Try: Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMjbQNzDWNzIwNFWKjQUA", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serial...

Re: Incompatible Types for Comparison. These types can't be compared: Record,Text

Thanks !  So you don't need "Value" after 'Vendor Name', since it's already a text field   If( VsrForm.Mode = FormMode.New, LookUp(Vendorlist, 'Vendor Name' = CboVendorName.Selec...

Re: Radio Button in gallery keeps resetting when changing screen

Hi ilTac, unfortunately the same issue overhere. Could you please give us a hint on how you managed to resolve the issue using the data source as Items in the Gallery? Thanks in advance...

Gallery is blank make a icon disabled.

Hi All, I have a gallery when it is empty the Edit icon should not be allowed to click or it should notify "No rows are added to edit". If the gallery has values saved in SharePoint list then edit i...

Re: View data from Dataverse in a gallery

The error you're facing suggest that it's possible that the relationships or the specific syntax used in the formula might need adjustment but here's another formula you can try to avoid such an erro...

Powerapps/Powerautomate approval before submit form

Hello,   Is it possible to request an approval first before the PowerApp save the entry or the form on sharepoint list?

Re: Filtering a choice field in a form

@armiv  What are your column types? I have tested this and it is working for me. Also are you using SharePoint or DataVerse?

Re: View data from Dataverse in a gallery

I can see that you have semi-colons, instead of commas.

Use Power apps to enter value in Sharepoint list, filter by selections and info in gallery

Hi Everyone. I am trying to program a button to Match information in gallery, and overwrite information in a sharepointlist, in one spesific column. 1. Is the Checkbox checked? If Yes, then (C...