Hello, I’m trying to make a dynamic JSON body to make a workflow more compact.
I see that Freshservice supports Liquid Filters and I was wondering if it was supported the use of “if”, “elsif” tags in the Web Request module.
I tried a few times, but it seems not possible, or am I using the wrong syntax?
For testing, I’m trying to create a body in function of the value of the ticket subject.
Once you use a placeholder (like ticket subject) in a Liquid expression, you can’t fill the placeholder while testing anymore. It seems the system doesn’t recognize the placeholder since it lacks the double curly braces or because it is part of the Liquid expression. The only way to test this is to actually run the Workflow and look at its output and logs.