No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Process.Plugin Data Type Conversions
Understand how data types are converted between Apex and the values returned to
the Process.Plugin. For example, text data in a flow
converts to string data in Apex.
| Flow Data Type | Data Type |
|---|---|
| Number | Decimal |
| Date | Datetime/Date |
| DateTime | Datetime/Date |
| Boolean | Boolean and numeric with 1 or 0 values only |
| Text | String |