Skip to main content

Zoeken in Power Apps

Zoek

176 - 200 van 199.015

Re: Update ComboBox and clean record on RadioButton exchange

The ComboBox is filled with different content depending on which RadioButton item is selected. For example:   Risco Biológico   Risco de Acidente  

Re: Model-driven app themes - a big overhaul is needed

@mwbyrtie - Do you have more information on the new Fluent 2.0 theming?  Couldn't find anything online. Thanks!

Re: Galleries snapping to top row

Not sure how applicable this is, but some of my users have reported that is they use the search box (most of my apps load collections and then use the Search function to filter galleries) the problem...

Re: Delegation Warning - Excel Sharepoint

@jayceeb , You did not mention the Combo Box code - what is the issue with it ? What is not working with the Search ?

Power Apps calculated field value based the other two selections

Hello,   I am new to Power Apps and what my scenarios is that I have two selections "Size" and "Complexity" and calculated field "EstimatedTime".   "Size" contains ["small", "medium", "...

Re: Lookup similar to VLOOKUP with True in Excel

Hi @jfritz , This document may assist, however the TRUE parameter will be difficult (FALSE as an exact match is possible with LookUp), and also the offset which is dynamic in Excel is not...

Mix Search + Sortby

Hello! I'm trying to use a Search button and order my gallery by data created. Right now, it's working just with this Search(Filter([@Helpdesk_BD],Mail = User().Email),tbBuscar_1.Text,"Descripcion...

Re: Is it possible to connect a PowerApps Canvas to Datamart?. If so, how?.

Hi @HamidBee , Currently, there are no connectors for DataMart.   Please click Accept as solution if my post helped you solve your issue. This will help others find it more readi...

Re: Delegation question

Hi @Igarsaba , Is this what you are trying to do ? Filter( AddColumns( GroupBy( 'Floras Extras'; "Title"; "_items" ); "Titulo"; Fir...

column name in use - new environment

Hi all, I am trying to create a column on a table in a new environment. I created this column name in a different environment and then deleted the tables. I tried to recreate in that environment, wa...

Re: Filter? Sort? LookUp?

I think the solution to your situation is to put the filter directly into the gallery. If you filter the DataSource in the gallery, it will always be there. For example:   Filter('SharePoint L...

Re: How to reload datasource tables (SQL) after 2022 fall update

That icon is also missing. Ended up exporting -> importing the powerapp, this refreshed the datasource & tables

Re: How production, test and development environments are created

@HamidBee  >> Does that still mean that any table in the solution is exported to wherever the solution is exported to and any table outside of the solution is not exported?. Also are tab...

Combo Box Errors with SearchItems property

Hi everyone,   I've spent the majority of the day trying to figure this one out, unfortunately haven't found a solution...   I have a combo box (Students) with a Collection as data sour...

Re: Clearcollect

Hi @Sairam_pera ,   Do you have any other questions?   Best Regards, Bof

Re: Error when adding Power Automate into PowerApp

Solved. Apparently there are TWO PowerApps triggers. I went into my flow, deleted the original PowerApps first step (trigger), and selected PowerApps option. Two triggers appeared, one with a (V2). S...

Re: Create a collection from two different columns from two different lists

Hi @kieranb ,   Assume that the two arrays are of equal length, I made a sample. ClearCollect(Col3,First(Col1),First(Col2));Clear(Col3); ForAll(Sequence( Cou...

Filter Dropdown items from Separate Table

I have 2 tables (Groups and GroupMembers) wherein I wish to filter all distinct ProductNames on a dropdown from Groups which is connected with GroupMembers via GroupID PK but I'm having trouble getti...

Re: Help please...Power automate expressions

Hi @MsMarie, Do you want to output the entry from Yes/No field in SP list? Do you want to output the multi select from the multi select choice column in your SP list?   I think you ...

Re: Filter Dropdown items from Separate Table

Hi @Revlock97 ,   Could you please tell me what the data source is ? Are there SharePoint lists? Could you provide some screenshots (please mosaic the private information)? Can y...

Re: Filter Dropdown items from Separate Table

@v-bofeng-msft This is its ERD. I just want to display the ProductName (Or still Product in the ERD) on the dropdown which is  filtered after taking into account all groups possibly assigne...

Re: Set up the data on-premises gateway on a non-default environment

Hi @jad_well ,   Please check if gateway is the right region.   I think this link will help you a lot: https://learn.microsoft.com/en-us/troubleshoot/power-platform/powe...

Re: Thread for Power BI quick reports in model-driven Power Apps

@avintras I'll DM you to investigate this further.

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

Hi @Roberto_el_Hajj , Going back a step, you need Tables in both your DefaultSelectedItems and Items. In the first one your Items are SortByColumns( vwCompetency, "codeAndDesc", ...