Pass date to SharePoint list using json

up:: PowerAutomate

Use formatDateTime()  function, for example:


  formatDateTime('2009-06-15T13:45:30', 'g') -> 6/15/2009 1:45 PM

  ```