Skip to main content

Recherche Power Apps

Rechercher

201 - 225 sur 199 014

Re: How to patch multiple dropdowns in a gallery into a collection?

Hi @WarrenBelz ,   I'm getting the data from the following table: I want to always display the "codeAndDesc" column in the Combobox but want ever it's submitted I want to ...

Re: Collect User details and save it in sharepoint when they sign up/register

Do you want to save everything, including passwords in plain text?

Re: Submit multiple values from powerapps combo box to sharepoint list single line of text

@WarrenBelz If I want to save the slicers data which I fetched from Power Automate, which one is better choice? Collection or Variable? Could you pls. kindly advise? thank you.

Re: convert rich text(html format) to plain text in power automate

Hi @v-jefferni , can you please explain first and second steps which is 1) in a varaible 2) in compose  

Re: Default item in Gallery and Edit form - Getting your data

Hi @Nogueira1306 , This has not solved my issue, because with this formula I am not able to review gallery items in my edit form by clicking on the arrow. The edit form always shows the la...

Re: Change each items quantity based on button click

Is the button outside the gallery?   If yes, I recommend you put your button inside the gallery and, on select property of the button you write:   Patch( YourDataSource, ThisIte...

Re: How production, test and development environments are created

Thanks for clarifying the first part. For the second question what I mean is assume I have an environment and in that environment I have created three solutions. Solution one is a development solutio...

Bulk Delete? apps, tables, flows

Hello, we tried a lot. Now we want to delete old table, apps and flows. Can I select more than one anywhere? (deleting 10 tables in a row takes hours)

Re: Exclude a value from a status in SharePoint list

You can try something like the following:   Filter(Choices(yourDataSource.Brand, !StartsWIth("VALUE"))

Re: Wrap Native PowerApp iOS issue login error 1001

Hi Birger3,    I still have exactly the same issue that my app also won't receive data from Dataverse or any other API. I parked the whole iOS PowerApp till they do a massive patch, since...

Re: Vertical Scroll Error with Galleries on Desktop Apps

Thanks Victor ... build 3.22102.33 still works

Re: Automatically move to next Business Process Flow Stage when a field is updated

Hi there!    I see it's an old post, but sharing my findings as I'm in a similar position.    You have the option to move to the next stage with Power Automate by updating the...

Book a room / bookings limiter

Book a room / Is there any way to limit the number of bookings per day or any period by user? It could be a time limit such as 2 hours per day or several active bookings in any period. Once the li...

Re: Power apps(canvas) Gallery scroll bar can not move

Hello, I think it's a bug. I had a similar problem and i fix it on Timer and Reset(Gallery) property.   Timer: Duration, 500ms Timer: AutoStart, true Timer: OnTimerEnd, Reset(Gallery) Tim...

Re: Button for Navigation instead of menu

@Hi @Horpheyehmi , you can take a time to look at this video. (1725) PowerApps Left Navigation Component - YouTube   i believe it would help you to do this. I hope this helps. ...

Can not publish a powerapp - menu is missing

Hello, i am helpless. When i edit a powerapp and want to publish it, the file menu is missing. Maybe i am just stupid, but i can't find it no matter if i use Edge or Firefox. Can anybody help me? W...

Re: Inconsistent Flow Connection Reference inside a Solution

@PowerRanger- you were on point about this.

Saving a Combobox Multislect data into SP List

Hello Everyone,    I am relatively new to PowerApps and would like to create a app to book company cars.    The current setup is the following.    Table 1: All the...

How to bulk delete a Table content in SQL using one button ?

Hello everyone,  I hope all is well,   I would like to bulk delete the content of an SQL table from Canvas using one button. So, how could I achieve that?   Thank you. &n...

Re: Gallery of top 10 most frequent items in a sharepoint list

@entonticuptusbo  For the Items property of your Gallery: Sort( AddColumns( GroupBy(yourData, "Item", "_data" ), "_count", CountRows(_data) ), ...

Re: Powerapps ForAll to patch a collection into Dataverse

@owl85  To start, your formula has the ForAll backward. You are trying to use it like a ForLoop in some development language - which PowerApps is not.  ForAll is a function that returns a...

Re: Empty value in combobox

@BideyYusuf  thank you for your reply ComboBox Item is from table in sql and i can't modify it .  i try : SortByColumns( Distinct( Filter( Table; Column_name Blank());Column_...

Re: How to add another Filter option when you already have a Date Picker

I tell a lie  I get no errors when i use this formula however when i try and search using the text input it doesn't search anything.    I had to add some "" and change the name slig...