Good Afternoon...
I have one gallery which has to be entered by manually
Once i click on 'add defect' button it want save the record and has to navigate another screen
i will share my gallery and screenshot
Hi @Anonymous ,
You need to use the Patch() function - you will need to add your field and list names (and do the same for the rest of the fields)
Patch(
YourListName,
Defaults(YourListName),
{
Field1:ThisItem.YourControlName1,
Field2:ThisItem.YourControlName2,
Field3:ThisItem.YourControlName3
}
)
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.
Hi @Anonymous ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
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.
User | Count |
---|---|
164 | |
96 | |
78 | |
73 | |
59 |
User | Count |
---|---|
209 | |
167 | |
98 | |
93 | |
79 |