Hi I was wondering if there is a way of editing a sharepoint list entry using onscan. For example I have two fields. Tittle and In.
I would like the onscan to take the data from the qr code (That will be a Tittle) and then I would set the data for IN to yes. They are both just text fields. My attempt below
Patch(
'InOffice',
Tittle(BarcodeScanner1.Value),
{In: "Yes"} );
Any suggestion/ ideas would be appreciated
Solved! Go to Solution.
Hi @TrisMondo ,
Have you tried below:
Patch(
'InOffice',
Defaults('InOffice'),
{
Tittle:BarcodeScanner1.Value,
In: "Yes"
}
)
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Hi @TrisMondo ,
Have you tried below:
Patch(
'InOffice',
Defaults('InOffice'),
{
Tittle:BarcodeScanner1.Value,
In: "Yes"
}
)
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
User | Count |
---|---|
121 | |
88 | |
88 | |
75 | |
66 |
User | Count |
---|---|
216 | |
180 | |
138 | |
96 | |
73 |