Skip to main content

Power Apps 搜尋

搜尋

101 - 125 / 193,395

Re: HTML Control link to mailto

Hi @sajarac  This would be quite difficult to do. Is the case that your HTML text comes from source that you can't control (eg, it contains the content of an incomming email?)   If yo...

IF(AND(COUNTIF(A:A,LEFT(A1,10)&"*")>1,RIGHT(A1,3)="671"),"",A1) translated in Power Query

Hello there! Basically, I work with very large datasets containing hundreds of thousands of rows and a hundred or so columns. These datasets consist of lists of clients' accounts, with associate...

Re: Displaying Shapes in a Gallery

Thanks again, @v-bofeng-msft!   Here's how I ultimately approached the problem.   I created a collection (colNewID) and added a column called "AutoNumber" to store the new ID: ...

Re: Dropdown list: allow "fill-in" choices?

nice share, i manage to extend your code to accept multiple option. thank If(IsBlank(YourComboxBox.Selected.Value),[YourComboxBox.SearchText],YourComboxBox.SelectedItems)

Re: how to restrict a text box or a submit button after more than 10 times in power apps

Hi @zmansuri , I use power automate for integrating external API in the backend. I use sharepoint list for authenticating username and password. Pls note that i created a variable called varU...

Selecting second-to-last records from a SP list

Hello, from the image below, I wish to select the Time (1) of the second-to-last item on the SP List. Here's what I've applied (With({_dateF:Split(First(Sort('SPListName', Created, Descending)).Date...

Re: Cannot set environment variables during import

Hi,   In your development environment, before Exporting the solutution you have to delete the Current site value from ' Sharepoint Site - development'. Go to Soluton > Environment variables...

Re: Seniority in month

Hi @FranckGbadamass ,   Can you provide some anonymised example data, and clear examples of what your required outcome is please?   https://community.powerbi.com/t5/Deskto...

Re: Help with filtering a gallery

That's brilliant,   Thank you so much    Is it ok if I tag you for further help in other questions, as working with SQL is proving somewhat challenging, and I find not everyone is ...

Filter icon not showing properly in dataverse Main grid view

Steps to reproduce the issue and it is applicable for that table alone: 1. I am doing a filter in the main grid 2. Opening the record in Main form 3. With the help of custom command and xrm.Nav...

Re: Merging data from multiple files - Best solution?

Hi @ClementR ,   You can use combine file in query editor. Put these three files in one folder and connect to the folder via Power BI.    For detailed steps , you...

Re: Modern Advanced Find - Features for selection of records in Lookup fields are no longer available

Hi @MargotMadge    You can create a new idea through the below URL, then ask your colleagues to raise up the votes.   Power Apps Ideas (read only) - Power Platform C...

Re: Gallery scrolling performance issues

It is possible to increase the amount of records that stay loaded in a gallery. This decreases loading times a little but helps when scrolling up and down as nothing visual is being updated by the re...

Re: Galleries snapping to top row

Thanks all, I've republished some of our apps and this seems to be working! Need to work through the rest now. 👍

Re: limit choices in person field

Hi @Sujimon ,   I've made a test but did not encountered the problem you mentioned.    Best Regards, Bof

Re: How do i format the column to date format called 'created' in sharepoint ?

@Jupyter123 , Created is a built-in SharePoint column which is automatically populated when a record is created with the exact date/time and you cannot change the format or content of it.

Re: How do i format the column to date format called 'created' in sharepoint ?

@Jupyter123  Do you want to format SharePoint backend or in PowerApps?  For SharePoint just apply this Format this column    { "elmType": "div", "style": { "paddin...

Re: Add Specific Column to an existing Collection

Hello, If your new column's data is avaiable at your ClearCollect() step, you should include it in this clearcollect :   ClearCollect(CorpDevices,AddColumns(APIManagedDevices.GetBetaDevice({'...

Re: Use single Slicer to filter rows for multiple date column

Hi @kaushikhalvadia ,   I'm detecting an XY Problem here. Can you give details around what metrics/values you want to be able to calculate in your report please? It's most likely...

Re: WebApi $Filter on MultiSelectPicklistAttribute

you can use my tool Dataverse REST Builder to check the syntax also with just the Demo version, the Custom Table has the column "Choices" that is a multiselect

Re: DatePicker disabling

Hi @ThabangR , You can use a variable to set date picker to blank value. On radio button's OnChange property - If(Self.Selected.Value = "Yes",UpdateContext({varBlankDate: true}),Upda...

Re: Attachment field isn't saving to SP list using Patch

Hi @RMD211 ,   By automatically updating I mean referencing a DataCardValue in another form control for the Default property.   Can you please describe what you tested and...

Re: Combobox Choices Changed

Hi @jneuen ,   In that case I suggest to use the AddColumns function in the Items property of the combo box:   AddColumns( NumberDataSource, "LocationName", LookUp( ...

Re: Name a document in FLOW using data from power app?

Thanks ccg_apl I did try pass variables but was unsure how to call them in file naming. For example i had a variable FileName and passed on submit button with body of html. But i could not figure out...

Refresh rate cached Count total record of Dataverse Table

Hi All,   As the documentation does not say how often the cached count of the total amount of records in a table refreshes. Does anybody here knows?   Best Regards, Anthony