Skip to main content
July 30, 2023
Solved

pass a record local variable to a process model

  • July 30, 2023
  • 6 replies
  • 0 views

I want to pass a record type local variable to a process model, I get an error on either ways I'm trying, I just want to make sure I'm on the right track, which of this two was is the correct one, if any?

local!myVariable

or

local!myVariable[recordtype!myRecord]

thank you

Best answer by mathieud0001

First one if you're passing the Record Type.

6 replies

mathieud0001
Brainy
July 30, 2023

First one if you're passing the Record Type.

July 30, 2023

passing the record type with values but it doesn't seem to be passing the info, I have it as parameter but dont see the values in the process history

mathieud0001
Brainy
July 30, 2023

what is the type of your parameter in your process model?