Pricing Blog

Getting isTrusted: False from a custom action

  • pilotbinski-1413227643121303712

    PilotBuddy

    9 days 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

    9 days 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.