Math

Math - Add Errors

“Type conversion failed”

Type mismatches occur when a function or action expects a certain type but receives something of another type that it cannot convert. For instance, Math - Add will accept strings as input and try to convert them. If you try to add “10” and “potato”, it will convert “10” to 10 but won’t know how to convert “potato” to a number. For more info, read the overview of field types.

Math - General Errors

We’re currently still gathering data on this topic. Check back soon!