Dear community,
I am currently trying to clean up some of my flows. In one of them, I use a structure template and fill it with different data depending on different decisions. So this entire structure is being copied multiple times during the flow and dynamic content is added based on the previous decisions or filters.
I'd like to create a custom function including the structure that I can call, instead of copying the entire structure code all over the place.
Simplified example:
"My name is {x} and I am {y} years old."
function_name(Lisa,20)
"My name is Lisa and I am 20 years old."
I cannot find any solutions to this problem, maybe I am looking for the wrong keywords?
Tyvm.