Joule Studio Low code - Now() returning null
Hi Guys,
We are frustrated with SAP Joule Studio Low code. They sold the customer lot of hype, but in delivery, nothing is working as expected. Currently we are building some custom joule skills for our customer. We ran into a situation where we need to send the current timestamp to the server as a sort of Nonce value.
We created a custom variable named "nonce". Then, we gave it a default value of "Expression" where the formula reads 'ConcatenateStrings([Now(), ""], "")'. Don't ask me why we are not using simply "Now()" [Now() is supposed to return string, but formula editor keeps throwing the error that the custom variable requires string type data].
During execution of the skill, the nonce custom variable is getting a value of "null". We are literally pulling our hair out here.
Can anyone lend a hand and point out what we are doing wrong.