Start process link from a a!foreach

Certified Associate Developer

Hi!,

I´m having this error: The save target must be a local variable that does not refresh on every evaluation or on an interval, a process variable, or a node input (or a rule input passed one of those three)

I´m trying to start a process with start form interface in a  a!startprocesslink inside a button.

Any posible answers? Thanks

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer

    Hi Adrian, are you saving values in local variables which configured with refreshvariable function? Or may be you don't have valid variable where you are saving the value .Can you share the code with us?

  • You cannot configure a link on a button. A link can be configured on a richTextDisplayField() or cardLayout() or any other component that supports the link. But the button doesn't. 

  • 0
    Certified Associate Developer
    in reply to GopalK

    It was that i was trying to put a link in a button, but thanks!

  • I recommend linking up your process to a record type and then you can use the record action component which will display actions as buttons