Forum Discussion
Paul_Dillon
Jan 29, 2026Copper Contributor
SharePoint List button not working!
Hi all, I have a Property Key Check In/Out list and trying to include a button to auto populate the fields. Using the JSON below, but it isn't working. I've isolated the Status field and that works, ...
- Mar 12, 2026
Hi all, just as a follow up to this, I got this to work by using the following on the Checked Out Date part;
"CheckOutDate": "=if([$Status] == 'IN', toLocaleString(@now), '')",
Paul_Dillon
Mar 12, 2026Copper Contributor
Hi all, just as a follow up to this, I got this to work by using the following on the Checked Out Date part;
"CheckOutDate": "=if([$Status] == 'IN', toLocaleString(@now), '')",