Advanced Pack: Service Action output

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • a.slyzhko
    Member
    • Oct 2023
    • 96

    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?
  • yuri
    Member
    • Mar 2014
    • 8624

    #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.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...