Skip to main content

Recherche Power Apps

Rechercher

351 - 375 sur 199 057

Re: Is there any way to pause or disable an environment?

While the administration mode will stop the asynchronous operations, it may have still side effects that lead to growing consumption of the file capacity. This is because system jobs will keep piling...

Re: Can someone please let me know if there's away to remove this white space of the form?

Hi @mcpang , You need to increase the Height of the Form.   Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It...

Re: Combobox default selectedItems issue

@sasrsc  The thing is this, you need to have the records of the DefaultSelectedItems (DSI) be the same as the Items. This is a bit of a challenge because you are shaping your Items records w...

Re: Unique Value Power Query

Use GROUBY. Group by all fields that are not your dates and the operation for dates should be... I can't remember 🙂 but you'll figure this out. I'm sure.

Changing Form Modes Dynamically

Hi,   I have a problem which I was hoping someone can help me with. I have a form in Powerapps and I want the form to work as follows:   I want the display mode of the form to be set to...

Exclude value from a dropdown list

I'm drawing  dropdown items from a list(column called "Category" and trying to exclude from the dropdown: The value is called  "Non-Standard Sourcing Services"     Sort(Disti...

Re: Exclude value from a dropdown list

Hello please try this  Filter( YesDeskCategorySubCategory,Category "Non-Standard Sourcing Services")

Re: Highlighting the last entry in a gallery

Inside the color fill of the row, you can apply the logic to fill the color if the record "created on" date is the latest one Hope this resolved your issue

Re: Auto Populating a Field

@Appy1  I can't answer the first question but User().FullName to fill in the logged in user.

Re: Avoid duplicates

Hi @Blaest , Firstly, that code is not Delegable, so will only act on record numbers up to your Delegation limit, but it is checking if a field value (in this case in a Text Box) already ...

Re: Patch using lastSubmit.ID and Another Records from another Table

@NickUSAF , Did you look at my post - firstly you have ForAll() backwards - the function creates a Table (it is not designed to be a loop, although can be used in this way with significant per...

Setting User Permissions in App

I have the following scenario:   user 1 is using a canvas app to create a record They then want to give access to the record to a group of users - some of whom will only have read, but others...

Re: Patch OnChange Items only - check box gallery

I would want to be patching the changes to CollectionChanges, not OccAll, otherwise I'm going to end up having to patch every record to SP, like I currently am.  When I use this code on the O...

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.