Hi,
When using JSON path expressions filter inside the JSON parser node it would great if you could use placeholders so in you can dynamically get data you want.
For example: With JIRA Orch app you can get information about a issue including comments.
You don’t want all comments to get added to FS, you rather get the new ones. If you could make something like this
$.comment.comments[{{ticket.field.placeholder_last_seen_number_of_comments}}:].body
It would always give you all new comments added to the issue.


