Announcement

Collapse
No announcement yet.

Advanced Pack: Service Action output

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

  • Advanced Pack: Service Action output

    Hi there!

    ServiceAction interface has run function that returns mixed. Is there a way to get returned values in FlowChart for further processing?

  • #2
    It should be available in the variable:

    Code:
    __lastServiceActionOutput
    But note that it's not yet an official docs.

    You can also consider a custom formula function rather than a service action.

    Comment

    Working...
    X