Skip to main content

Power Apps Search

Search

76 - 100 of 193,400

Re: Update ComboBox and clean record on RadioButton exchange

My ComboBox also has Choices in Items, I even use:     In my Update it doesn't really give that option, it seems to me that it's because of having the ComboBox with dynamic content...

Re: Adding options in Filter function

Replace "&" by "||" or "Or"

Gallery Change Background colors doesn't extend pass the width of the container it is in

I have a horizontal container set to the width of the app (1366) then I have a vertical container inside the horizontal container so I can have horizontal and vertical scroll bars for this grid like ...

ODBC. Query connector- Provide username password in connection string

Is there a way we can specify username and password along with entire connection string while connecting to a database in mquery?   If yes, I could not find the valid syntax anywhere on the in...

Re: Custom Connector import using Open API 3.0

Hi @kjekolts ,   What I've learned is that you can import an OpenAPI 3.0 file (yaml or json) if you are creating the connector through Power Automate (not Power Apps).  Unclear ...

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

Hi @BA_Pete    Thanks for your reply.   I have implemented it as per your suggestion but looks like something I have missed or done wrong. Could you please see the attached fi...

Changing Combo Box from single selection to multiple selections

Hello,    Recently in my app I have been trying to change one of the combobox drop downs (Clinical Topics) to change from a single selection to allowing multiple selection. When I enable ...

Re: WebAuthoring abnormal termination when viewing 'Variables' in custom page when 'Named Formula' is on

I think it is more specific then just Named Formula option being turned on. I am violating some rules in the formula property with the following formula. Seems like you can reference some global vari...

Re: Changing a SVG icon from formula

Yes that's correct, you only need to replace the SVG section, but make sure that whatever you put in to replace it doesn't use any double-quotes ", replace all of those with single quotes '. Addition...

Re: How to do plus one and minus one in a gallery on a textinput?

The problem is the gallery. Teh quantity is a textinput (number). So when it is changed by keyboard on a line, it works well like this:   But when using a variable as default for the fie...

Re: Combine Search, Filter and Lookup in canvas?

Ah I see what I did, I changed it to  Search( AddColumns('Products (custom)', "Name", LookUp(Vendors,Name = 'Products (custom)'[@Vendor].Name).Name ), SearchInput1.Text, "cd_...

Re: Alternative to table-valued function in MSSQL

Hi @BrzDaq, why are you using a TVP in the first place? What inputs do you need to justify it being a TVP instead of a simple view?

Flows, Sharepoint and solutions

Hello all,   I started to work with many environments so finally I started to use PowerApps Solutions. General idea is clear for me but I'm missing few good practices and maybe you will be ab...

Saving cascading lookup column's distinct values in to the list and retrieving the lookup column data from the list using a power app form

Requirement:  Saving lookup column data in to the list and retrieving the lookup column data from the list using a power app form.   Problem 1: When “Country” selected, It should load the...

Re: Set Checbox visibility based on value in other DataCard

Hi @EJ_002 ,       Thanks, Chitrakant27  

HTML Control link to mailto

Hello community. I was wondering if this is possible? I have a Html Text control and inside some text and a link with "mailto:person@email.com". When I click in the link the app open the mail cli...

Upsert with Patch gives an error that ID must be present

Dear Experts,    I have a data source called: v2_workflows. With the below code, In my app, the user has the ability to duplicate any record by clicking this on my gallery.  M...

Odata url ?$Filter for multiple filters

Hi I am using odata url link from MS Business Central to Power query/ BI using the format https://api.businesscentral.dynamics.com/vzzzzzzzzzzzzzzzz8-e2ffffffffff6/xxxxxxxxxxx/ODataV4/xxxxxxxxxxxx/...

Re: Help with creating a Priority list in Power Apps

You can use a form and submit form or you can use the patch function. Instead of creating a new item you will be editing a new item   https://learn.microsoft.com/en-us/power-platform/power-f...

dropdown

Hi All,    I have query like there is in one dropdown I have mention following options- Canvas, model driven, Portal, Dataverse, SHarePoint.   And questions relate to this will ent...

Re: Filter dropdown based on sharepoint list and collection comparison

Hi nathanRBG,   Sorry, just having trouble visualizing the situation: Can you post your dropdown's code? And if possible, the columns from sharepoint? Your collection - do you want it to sh...

Re: Description for component custom input properties

Hi @iAm_ManCat , Really appreciate your prompt reply! After testing, apparently the tooltips of custom input property description , only shown when it’s local component (when user copied ...

Create table of blank fields

I have a user requirement to allow records to be saved with fields not filled out because sometimes some information isn't available during the record creation process. They've come back and now want...

Error while scrolling selected lookup items in Lookup component

Reproduction steps Open a lookup with the option allowMultiSelect = true Select 2 items Click the scroll next arrow button located at the top of the lookup form (next to the items you selected) ...

Previous Owner Tracking

Hello, I want to track who the previous owner is, But don't know how. Can somebody help me? Also, I am using DataVerse. Thank You in advance.