PricingBlog

Getting isTrusted: False from a custom action

  • pilotbinski-1413227643121303712

    PilotBuddy

    10 months ago

    I created a workflow to use a custom action. The action event is giving me isTrusted: False . It worked when I first set it up. Any insight would be so helpful! Thanks 🙂
  • plusmin-1413341229835489400

    Armand

    10 months ago

    Probably a bug in your custom action code. I’d add some console logs in different parts of your code to see where it goes wrong.

    If your custom action takes arguments (args) and your input is not formatted in a way that is expected then it already goes wrong there.