Hello Community, I am using Related Record action to update a case, using Rv!identifier as context to pass the case ID which needs to be updated.
And passing the identifier through rule input in the interface using a!recordActionItem, but it is not taking the correct input(case Id) in this scenario. Any idea why this is happening.
Discussion posts and replies are publicly visible
Any solution? The same thing is happening to me. I always get the same error identifier.
I try to create another related action with the same parameters and I obtein another error identifier.
I check the security of PM and RT, I also check the PM parameters and it is allright.
As a curiosity I started to get this error after cleaning the recordt type elements in db. Before the related action runs correctly.
I have synchronised the record type, updated the list...And nothing solves the error.
I would be very grateful for any help.
I don't know why it happens but I have seen it before fv!identifiers or rv!identifiers don't match with the primary key of that particular record.
Harshit Bumb (Appyzie) said:For clearing the blocker, for now, you can index the primary key field of the record type.
For now try doing this .
I had another record with relationship of the record in which I was facing the same issue. So I created Related Action on the other record type instead and it is working properly.