Masking of spaces
-
kambilot
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Basics (100)
3 days ago #62903Hello,
how are spaces masked in input parameters in a connector?
the input parameter looks like this: ‘Holidays(’2025 Feiertage‘)’ and the space between ‘2025’ and ‘Feiertage’ must be recognised as such.
Thanks in advance
Greetings Leonid
- This topic was modified 3 days ago by kambilot.
Daniel Bieberstein
Has successfully completed the online course Introduction
Has successfully completed the online course Intermediate (200)
Has successfully completed the online course Advanced (300)
Has successfully completed the online course Basics (100)
Has successfully completed the online course Advanced (310)
Has successfully completed the online course Advanced (320)
1 day ago #62965::Hey Leonid,
whitespaces are not removed from the payload, meaning that if you provide the value as e.g. “ABC DEF” this value will not be changed. I’m not sure if i correctly understand your request as the example you provided ‘Holidays(’2025 Feiertage‘) does not include any spaces? If your value has to be manually changed before sending it to the backend you can wrap your connector inside a SBO and create some logic to transform your data there before sending it to the backend.
Best regards,
Daniel
You must be logged in to reply to this topic.