Ability to influence number output format when trying to send a number input with a connector function to a remote sytsem

Our IT team expects data input coming in European format, where decimals are separated with a “,” rather than a “.”.

At present, Tulip will always output US “.” format and there seems to be no way around this other than manually formatting as a string in the app… which is a very bad idea. Or going via another middleware layer.

Hey @sebme -

Awesome - I wrote a ticket for this. We are starting to implement a pattern for doing custom encoding for connector inputs. This is a good use of that pattern.

See more details here: Connector Input Encoding Control

Are there other types of modifications you would want to do for floating point numbers?
Pete