function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mohan kumar 167Mohan kumar 167 

What are Recipient Id's and Target Id in Lightning flow custom Notification action?

Hi All,
I am not able to give any record Id, User Id In Recipient id field on Lightning flow notification action. What exactly It is. What we need to give on this field and what is Target Id.

Thanks
Mohan
Victor 11Victor 11
I have experienced that the Recipient Id is meant for a User Id (must be in a text collection Variable) and te Target Id is meant for a record Id you want the user to end up when they click on the notification. I hope this helps.
Lukesh KarmoreLukesh Karmore
Hello Mohan,
Recipient id field  requires collection of ID's
you have to create new resource of type variable with data type text and select the Checkbox "Allow multiple values"
then okay.
thanks ,regards Lukesh
Rucha MM 9Rucha MM 9
Target Id is used to store the record Id of the target record. When user clicks on the notification, system will take the user to this record. The dummy Target Id is 000000000000000AAA.