I have in my Record Types two fields, Created By and Modified By. Both of those data types are set to user.
They are also linked to the Appian User.
I have a Process Model kicked off by a Portal. I would like to get the initiator of the process to be saved into one of these two fields. I have used:
In all of these cases, I got the process error (Could not cast from User to User. Details: CastInvalid) (Data Outputs)!!! This works in all other areas of the application, just not in the process model kicked off by the Portal.
Discussion posts and replies are publicly visible
A workaround could be to wrap the startProcess in an API rather than calling it directly from the portal.