function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
djordandjordan 

System timestamp available in WIL?

Is it possible to pass the system timestamp via a web integration link paramater or is this only available via an API call?

EnderEnder

I'm not sure what you need by a system timestamp, but if you want the current time, then you could make a web integration link like:

http://someURL/test.htm?date={!Today}

Which will put the current date in the date parameter.