I am using a "Related action" with a recordtype. The related action do

I am using a "Related action" with a recordtype. The related action does appear with the records on Tempo but gives an error when I click on it.:
Could Not Display Form
An error occurred while applying the context for the Investor Onboarding related action [identifier=5]. Details: Could not find variable 'rp!Insert'

The context exp being used is: ={pvFolder : rp!Insert} where pvFolder is a process variable of type "Folder" of my Process Model and rp!Insert is a process variable to type "Folder" of the target process model.
pvFolder has not been used in record dashboard UI expression.
Please suggest....

OriginalPostID-95161

OriginalPostID-95161

  Discussion posts and replies are publicly visible

Parents
  • @sathya The record is process model based. I am not making use of quick tasks. Just trying to use a different process model on the related actions. As per the documentation, even this is possible but I think there is some problem in the mapping, but dont know what.
    I have a variable(type folder) from the process model on which the record is based which I am trying to map to another process variable(type folder) of the target(related action) process model. The context exp that I am using is:

    ={pvFolder : rp!Insert}
    Is this a correct way of passing data to the targer process model? If no, how should I go about it? Need to configure a related action and pass a folder type process variable to the target process model.
Reply
  • @sathya The record is process model based. I am not making use of quick tasks. Just trying to use a different process model on the related actions. As per the documentation, even this is possible but I think there is some problem in the mapping, but dont know what.
    I have a variable(type folder) from the process model on which the record is based which I am trying to map to another process variable(type folder) of the target(related action) process model. The context exp that I am using is:

    ={pvFolder : rp!Insert}
    Is this a correct way of passing data to the targer process model? If no, how should I go about it? Need to configure a related action and pass a folder type process variable to the target process model.
Children
No Data