Power Apps Search
Search
Re: Error connecting to SharePoint calendar list
Hi @MichaelBL Could you please reference this? https://www.youtube.com/watch?v=1rsyyYiI4sU The first minutes of this video will show you create Calendar and Connect to...
Re: SaveData not working on iOS with PowerApps V3.19044.15
@PierreJoubert Can you explain what exactly doing here? If better provide some repro steps to help resolve it soon for you.
Re: Getting another 6 comparsion error
Hi @sheharyarhamid Can you confirm the data source connection are you using with your app? I tried to create one directly from the template with a connection to One drive for...
Re: Filter On data source connection
Um, would you mind sharing a screenshot? Thanks,
Re: Application completely broken - The app didn't start correctly. Try refreshing your browser.
Hi @ccernat_23 , Could you please share a bit more about the issue that you mentioned? Do you mean that you could not edit your app in PowerApps Sutdio? I have made a test on...
Re: patch record in in two google sheet from one screen
Hi @Drrickryp , Thanks for your reply, I do not have data duplication, all barcode values are unique ,the reason I have two sheets because power apps has limit of 2000 rows and I have 3500 ...
Re: ComboBox randomly does not keep value after navigate to new screen
Hi @ContentGroup , Are these combo boxes from multiple choices enabled Choice columns in SharePoint list or what? What is the Items property of the combo box control? About...
Weekly Sales Key In like Excel
Hi All, I have different Products like Product1,Product2 and so on. Want to enter no of Sales for each day from Sunday to Saturday. Last cell sum of all values for that week. How to achieve this?...
Re: Powerapps Notification Customization
Use the Ask in PowerApps trigger in Flow, instead of the one you are currently using. It will allow you to pass parameters into your flow to do exactly what you want to do. Then ...
Re: Drop down box not visible to all users
Hi @jong33 can you review the above reply and update the thread when you have a chance? Thank you, @TopShelf-MSFT
Re: Updating control properties
If import succeeds but your control's properties aren't updated, make sure you are incrementing your control's version in your control manifest. If this is the problem, please b...
Re: How can I efficiently load 10,000 items from a SharePoint List into a Collection?
@pwrappr01 If you need to update then this is not the right approach. If you will have large datasets (greater than 2-4k), consider migrating to Sql or Common Data Service.
Re: How to Merge two collections with same columns, no repeats.
Once merged, I can't then Patch the new updated/merged Collection. It states that "Invalid argument type (Table). Expecting a record value instead" I'd be grateful for any help...Thanks I us...
Re: Delegation limit with Filter SharePoint list
It won't work. I tried that a while back. RandyHayes explains as to why it wouldn't work and in the thread I came up with a solution: https://powerusers.microsoft.com/t5/General-Discussion/Collect...
Re: Disabling a button once it is pressed
I'll expand on @cwebb365 idea, Using a screen's OnVisible property do something like this: Set(_DisableButton, !_DisableButton) then on the button's OnSelect property do something like ...
Re: How can I efficiently load 10,000 items from a SharePoint List into a Collection?
Hi @yashag2255 what is the advantage of doing this versus just using the ID field as is?
Re: [Idea] Harness should use standard CRM font
That would make a lot of sense, but, maybe, you could take it further and expose the styles somehow (if we wanted to inherit them we would. Otherwise we would use our own). It's not just the font - i...
Re: Data cards not staying in position
Interesting that the link to the idea is dead now... hm
PCF - limited date picker
Date picker with limited boundaries. For example a birth date only in the past, a due date only in the future and so on..
Re: Sending data to a SQL server with a button push or checkbox in a table
Hi @samvanroy If you hover the mouse over the squiggly red lines, can you tell us the error message that appears? Also, can you confirm that the field name in your Job table is called Seen?...
Re: Can we get the last ID in the sharepoint list using flow without submitting the form
Hi @cyberco01 , You need to make sure that this item is already created in SharePoint list. If it's not submitted, only exists in edit form, then it does not have ID. ...
Re: Powerapps Formula to displaying lookup coloumn value from 2 sharepoint list
thank you so much for the reply @v-yuxima-msft however, i still dont understand it. i'm a slow learner here and the powerapps its a new thing to me... so, please help me ...
Re: Global variable inconsistent behavior
I'm so sorry -- I selected the wrong item as the solution -- btw -- thanks for other input. However, it was the instruction to reset submit by khoffmaster that was the solution. Works bea...
ForAll Patch Function Error
I have this formula in a working version of this app. I created a new version of the app, for testing purposes, and modified a few columns. I updated the formula and now it stopped workin...
How can I allow the user to add a value to a dropdown list while editing a form?
This is my first PowerApps project so I'm not entirely sure where to start with this issue. I'm creating a form for the end user to edit. In this form I want there to be dropdow...