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
Discussion posts and replies are publicly visible
First one if you're passing the Record Type.
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
what is the type of your parameter in your process model?
the record type used
You're certain that they are of the same type?
Also are you sure it was set as a start parameter?
all of that was good, was an error in the interface, but thank you