Forum Discussion

Paul_Dillon's avatar
Paul_Dillon
Copper Contributor
Jan 29, 2026
Solved

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, ...
  • Paul_Dillon's avatar
    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), '')",