robert_muench Posted December 30, 2020 Posted December 30, 2020 I have a snippet A which can be triggered with .a and inside the snippet text I have a {var:choice}. I want to use the snippet A in a snippet trigger, where I have a list filter and the output should replace the {var:choice} So my idea is: query user store selection in variable choice expand snippet A and copy to clipboard, while expanding the {var:choice} will be replaced with the value from step 2 But I only get the text of snippet A without text replacement. Any ideas what I'm missing?
vitor Posted January 2, 2021 Posted January 2, 2021 You’re trying to use a Snippet Trigger and a regular Snippet at the same time? That’s incredibly confusing. Use either one or the other. When asking for help with a Workflow, please upload it somewhere as we can’t properly help you without access to it. Debugging can already be hard with access to the code, and you’re asking us to guess yours from a description. There are multiple places where your code or Workflow setup may be going wrong. Without looking at it we’re shooting in the dark.
robert_muench Posted January 3, 2021 Author Posted January 3, 2021 Yes, I thought that I can just re-use the snippet and don't have to copy the text, remove the snippet, etc. I thought the WF just uses what's there. IMO it doesn't make things simpler by having two different snippet infrastructures... but anyway, will refactor my standard snippet into a Snippet Trigger...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now