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 have a form in gallery which is fetching data from sharepoint list. Customer wants initially 1st line item only to be enabled and others to be disabled. Whene 1st line item is filled then 2nd should get enabled & 1st should get disabled. similary when 2nd line item is filled then it should get disabled and 3rd line item should get enabled and so on... I am attaching the screenshot of the gallery view (outage activities in below screenshot):
What logic we should use in this case?
- Syndicate_Admin4 years agoAdministrator
Can you please post a new thread on this as it is unrelated to the subject of this one.