Field code
Write
Additional information for writing values | There are 5 ephemeral number fields. These fields are used to hold temporary numeric and date-time values returned by a post-function, which are used as input by another post-function. Once the transition execution has ended, all ephemeral fields are cleared, i.e., these fields can't be used to pass values from one transition to another. |
---|---|
Allowed input TEXT | String containing base 10 representation of a number, with dot character (i.e., .) as separator of integer and fractional parts. |
Allowed input NUMBER | Integers or real numbers, and also any Date-Time field (Date Picker, Date-Time Picker, Due Date, Created, etc.) which are stored as the number of milliseconds elapsed since January 1, 1970, 00:00:00 GMT |
Example input | Example of usage of an ephemeral number field to hold a date value |