Hello. I have a Trigger that sets a permission on a Form Submission asset when said asset is created in the Incomplete Submissions folder. I was previously doing this by getting the relevant LDAP user string from the POST data (I set the value manually in a field hidden from the UI).
However, now the form is going over SSL and the Trigger can no longer access the POST data.
Is there a keyword that I can use in the Set Permission action in the Trigger that will return the same value I was getting from the POST data?
I've set up Userid or Groupid mapping and tried, e.g., Current Asset > Keyword > question_answer_123456_q10, and also Set Value > %question_answer_123456_q10%, but to no avail.
I would try using the setPermission() JS API function but our version of Matrix (v4.14.1) doesn't have it.
Any thoughts gratefully received!