Hi,
I need to modify the following string by adding the column Date to the string.
What is the easiest way to get this done? Tried string manipulation, but was not able to get this to work
Hi @Data_consumer, so do you currently have the string in json format and you want to insert the value of $Date$ into it at the position shown, or are you trying to create the entire string from scratch?
I’m trying to create it from scratch… the $date$ is the only “data”, the rest is added (typed to string manipulation node) need the string for a post call body…