Forum Discussion
Error in powerapp code when replacing th existing sharepoint list with new list having same data
- 4 years ago
Hi @SUPRIYAK ,
Firstly, try this syntax
ForAll( Filter( Clc_Befout_list, Temp_Status="New" ) As aPatch, Patch( AOA_TPT_Outage_Process_Demo_Response_SK1, {ID:aPatch.ID}, { Response:aPatch.Response Start_Time: Var_Start_Time, End_Time: Now() } ) )however your issue seems to be with the Response field - is the the original name of the field? Go to your List Settings, select the field and look at the end of the URL at the top to see the actual field name.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
- 4 years ago
It separates different "commands" or code instructions.
Hello Sir, I really appreciate your quick reply in community @WarrenBelz.
Sir, I had a working app in which deep linking was working perfectly in powerapp version 3.21112.22.
but when version of powerapp increased to 3.21113.12, deep linking of my app got disturbed, which I had raised issue earlier also. In this version, I was able to navigate to required screen through deep linking, but further navigation into app was not happening.
we were struggling to rectify it.
But today, powerapp version is updated to 3.2114.18, and now deep linking of my same app has gone more disturbed. it is behaving weired and showing wrong outputs.
Request you to kindly help because we have to give this app to our customer, and due o this version changes, our app is getting disturbed which should not happen ideally.
- Syndicate_Admin4 years agoAdministrator
Hi @SUPRIYAK ,
Deep linking will change forever with the StartScreen function. Please have a read of this document.