Skip to main content

Power Apps Search

Search

551 - 575 of 193,516

Re: Get currently selected items from a ComboBox

Filter(ProjectThamesRecentDevelopments,'FirmTitle'.Value = Dropdown1.Selected.Title) Title isn't recognised.

Re: Has 'Option Set' been depreciated?

Hi @Sundeep_Malik. I appreciate the help. Thank you.

Re: Combine Files From SharePoint Folder

Hi there, actually, I facing a problem to combine files from a selected folder on Sharepoint. It always worked until few days ago.   all files are same tamplate and same tab name.  &nbs...

Re: Get currently selected items from a ComboBox

Yes numerous entries can be in the FirmTitle. See row with the title 3333 It has two Firms thanks  

Re: input text placeholder

@davyjones    combobox.NoSelectionText = "Select Sector"

Re: Edit Form not working for some Items

OK, have you examined the code in the Update property of each card just before SubmitForm() is invoked? Is each one a valid value of the correct type for each column? If it helps to narrow things dow...

Re: Scan barcode to a Gallery, then to Sharepoint LIST

This is couse your varProjectID.ID not existing at this moment go and press > in the Project Gallery and create first entry and then check look on my screen the varProjectID.ID should be...

JSON object in PCF control property

I want to build a Fluent UI based component which will have a style property and want to pass either JSON object or JSON string. What should be the type of property and any reference schema for same ...

Re: Counting reports of clients on in specific group

@Jannikskak - try this DAX and let me know if this fixes your problem. Many Thanks Measure = if(Sheet1[c_firma_navn_aggregeret]="GroupO", CALCULATE(COUNT(Sheet1[Contractor]), FILTER(ALL(Sheet...

Re: Everything shuts down when selecting gallery item

@SebastianK92    I don't know the reason it worked, I am surprised it even worked. To find the reason, check these steps: Create a Power Platform Support Ticket   Even if my solu...

Re: Varbinary to text in power apps.

Try using the PlainText([SQLColumnName) function.

Re: Launch several URLs in one click

This may have something to do with your browser blocking Pop-ups and redirects!   To allow pop-ups and redirects, in chrome, go to Settings/Privacy and Security/Site Settings/Pop-ups and redir...

Re: Filter Multiple SharePoint Lists in a Gallery

Sorry @WarrenBelz.  I might not have explained this fully.  There are two SharePoint lists like below.  The main list if Resume Database.  The ID for the Resume Database is c...

Re: Splitting string into collection

I did not, due to being in a time crunch. I'll give it a shot later and report back if it works. Appreciate the assistance regardless.

Re: Email trim validation

Hi @Uripo    Follow this topic, and You should get what you are looking for, I hope.   https://powerusers.microsoft.com/t5/Building-Power-Apps/email-validation-solution-for-Power-A...

SQL patch data type error

I'm attempting to patch a data card value to a INT SQL column and I receive the following error.    "The type of this argument 'clarityPersonalID' Does not match the expected type number....

Re: Filtering gallery with radio button value

Hi @BiTry , You were missing one bracket (if you parse/indent your code as below, you will generally see it) - also your and/or needs proper bracketing SortByColumns( Filter( '...

Re: Varbinary to text in power apps.

Sorry, it looks like the PlainText() only works on HTML & XML tags.  Here is an article I found on decoding a URL in Power Apps. I think you just have to replace the inputText: value with yo...

Re: Power Platform Training Materials

Love it.   Broken Link:  Build your own Power Apps Solution

Download(filename.pdf) Opening another browser

Hi Folks,   I need to download a PDF file from SharePoint Documents. Other files, .jpg, .xlsx. automatically downloading the file but PDF it opens another browser tab to view.    I...

Re: Power automate - "ask in powerapps" naming file

There are many ways. U can leave it as before and just put utcnow() before the name as a unique value.   U can give a text input from Powerapps (refresh the flow in the Powerapps after adding...

Creator Kit Date Picker Hide OnChange

I'm using the date picker from the Creator Kit. I have a text input that displays the selected date. In the text input OnSelect property I am setting a variable to make the calendar visible.  ...

Re: Calculated sharepoint value not appearing

Hi @CassimCoovadia ,   Can you provide a screenshot of the SP list? Because some regions use "." as a decimal point, and some regions use "," which may cause problems when parsing ...