Hi
In Record related action context i have passed like this to get request id details from query
rule!Cust_QE_getRequest( requestId:rf!requestId, returnCastedData: true)
when i am trying to access related action getting error like below could you please suggest on this
An error occurred while applying the context for the MHK Data Case related action [identifier=1,356]. Details: Could not cast from Check_testRequest?list to Dictionary. Details: CastInvalid
Discussion posts and replies are publicly visible
Hello dharanik2600
You will have to make sure the output that the expression rule is returning and the context (Which would be defined in your Process as a Parameterized variable) are of same type.
Thank you Chaitanya
The query rule is returning output in the form of list and process variable type was CDT which is parameterized
You were able to fix the issue?
What version of Appian are you using? They deprecated rf! and introduced rv!
Yes i was able to fix thank you