Announcement

Collapse
No announcement yet.

Can I run a workflow from a formula?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Can I run a workflow from a formula?

    I know I can execute a formula script from a workflow, but can I do the opposite?
    Code:
    $memberId = record\findOne('Contact', 'createdAt', 'desc', 'name=', name);
    ifThen(
    $memberId == null,
    //Something like run workflow X if this member does not exist );

  • #2
    It's already implemented. Will be released in the next advanced pack version.

    Comment


    • JosNas
      JosNas commented
      Editing a comment
      Okay thanks Yuri, is there a date set for the release of the next version?
Working...
X