Skip to main content

Ricerca di Power Apps

Cerca

Re: Filter gallery items based on Category type of user logged in

I am looking at the current user on start to determine that role Set( varPosition, LookUp( 'Apprentice List', 'Apprentice Email'.Email = varCurrentUser.Email ).Position ...

Re: Filter gallery items based on Category type of user logged in

Hi Dorinda,   how are we identifying the role of users in this instance? Are we taking this from their profile role or is there another method used to identify users (I.e. authentication with ...

collection and SharePoint list comparison question

Hello, small question about the collections, I have a colection that comes from a sharepoint list of "20 items":     ""ClearCollect( test; Filter(topic; IDmeet = gl_makemeet.Selecte...

Re: Automate Documents Power Apps

Yes, there are several ways to do this using Power Apps. One, you can use a SharePoint doc library and quick parts to fill out simple stuff on a form. Another way is to use the premium Populate a Wor...

Re: Please Add Barcode Support to AI Builder Document

Thank you Antrod.   It looks like the Ideas forum is locked (in preparation of the migration to Dynamics i assume?) i will post ASAP in the new forum.   thank you

Re: Have an AI Builder Suggestion? Post it here! https://aka.ms/ideas.aibuilder

It seems to fail a lot. It won't publish almost every time. But we get no reason why and no clue as to how to fix it. But sometimes it just works the next day. We need better feedback, this thing is ...

Re: Galleries showing more than 100 items

How to show more than 2000 rows count?

Re: Dropdown control

Will the same syntax be applicable to "Active" choice on the DropDown2?

Re: Moving from Microsoft Power platform

The official approach from Microsoft was to keep a single per user licence open as that will ensure Microsoft retained the data you need.   If you really want to export all the data and comple...

Re: Make your Canvas App intuitive by implementing Contextual FAQs

Great idea!  Thanks....I have a complex app that seems perfectly clear to me...but apparently not so much to some users -- so this will really help. 

Re: Patch Checkbox Value in a Gallery to a SharePoint with a YES/NO data type column

@JanCarla , OK - it is better to patch them one at a time, but you would use something like (for updating existing records) Patch( SPListName, ForAll( GalleryName.AllItems As aPA...

Model-driven subgrid with command bar button.

Hi Everyone:) I have a qestion according to command bar button with Power Fx formula. I have a main form (Documents) with a editable subrid (DocumentLines). I have created a command bar button "Copy...

Re: Images Rich text field dataverse not showing in canvas app

any Solutions please ? i have same Problem 😞

Re: Gallery filtering by a lookup column

Hi @derekma19, Here I have used collection to store static data. You may replace it with your DataSource. Then merge tables and filter the gallery data based on dropdown selected it...

Multiple Dataverse Tables in PowerApps

Hi I have been building quite a comprehensive app recently using Canvas apps and recently I have moved the main table over to dataverse.    I am now thinking about moving away from havin...

Filter gallery stops working

Hi,   After months of doing a good job, my filter just stops working in my gallery. I don't know why and nothing has changed in the PowerApps or Sharepoint list. I hope someone can helps m...

Re: Sort gallery items

SortByColumn(AddColumns(Filter(ListName,Name= TextInput.Text),"unikTxt",unik.Value),unikTxt,Ascending)

Re: Filter not working because data exceeds 2000 items.

So I understand the delegation part.   But I'm still wondering if there's a workaround to use more data in Power Apps, or like only specific/filtered data from a big datasource? My data source...

Re: Delegation warning on gallery data

Hello @Lefty ,   I believe you can store more than 2 000 records in a collection, and delegation warning are only issued if you're working on an external datasource, so...  ...

Count Rows with Filter function on multiple tables

Hi all, In my power apps, i use dataverse as datasources, my table structures like this:   1. table staff (contact staff information i.e. name...)  2. table staff payroll (monthly payro...

Gallery to feed New Form, or Edit form to Feed Gallery (BUT manual selection of Gallery updates form field)

Bottom line up front: Gallery column choices should auto select based on the Edit Form Item; however, if the Form is blank (aka a New Form) or the user manually wants to update the category on e...

Re: Gallery to feed New Form, or Edit form to Feed Gallery (BUT manual selection of Gallery updates form field)

@MiaOV  I'm afraid I don't understand the logic.  Could you walk me through the process that a user will follow in your app and why two galleries are necessary?  If I was a user, whe...

Re: how to add a static blank gallery item to a gallery?

I really appreciate your fast response and help @WiZey. Thank you 👍

Re: Using LookUp, Search, and Filter Functions to get Column Value From SQL Connection

They appear to be correct. The combo box fetches data, but everything is blank. It is almost like it is returning the whole table instead of the Id column values. Also, I just duplicated the combo bo...