Hi all,
Is it possible to update/patch the item in the sharepoint with Now()[date time] when it was checked box in gallery?? or with a send botton with patch formula.
I am stuck with the formula for proceding.
Example, my sharepoint list below.
i was thinking about application something like this, i search by date , then checkbox the item and it updates the Now(date/time) for that particular column in sharepoint or i checkbox those items in the gallery and then patch them using a button.
but stuck with formula, and donot know how to proceed.
Any help on this is highly appreciated.
the main reason for the application is i have a planned material arrive date for each item, i need to update the actual material arrive time for each item which mostly comes in one single truck delivery, so i thought something like a checkbox option on the gallery of items would be a nice solution for bulk upload of date& time.
Please also feel free to propose me other easy methods to do the same thing.
Thanks in advance.
Solved! Go to Solution.
For Individual checkbox, On the OnCheck of the Checkbox put:
Patch(DataSource, ThisItem,
{ ColumnName: Now()})
-----------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
For Individual checkbox, On the OnCheck of the Checkbox put:
Patch(DataSource, ThisItem,
{ ColumnName: Now()})
-----------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Thanks
User | Count |
---|---|
257 | |
108 | |
93 | |
57 | |
40 |