I created a User Create Action on a user business class to create a copy of a selected record with the exception of a few fields. I have 2 parameters defined for the action "HROrganization" and the keyfield of the user business class "AIRJobRequisitions".HROrganization is required as a parameter because it is context for the KeyField.
I placed the action on a list and when I click on the action I am presented with an action form and the two parameters. By default the HROrganization is selected and I am able to locate the record I want to copy.
However when I click "submit" the form presents the error that the field HROrganization is required, even though a value is selected.
Any help figuring out what's causing this error would be appreciated
Error

Action LPL
L2CreateDraftRequisitionFromCopy is a Create Action
default label is untranslatable:"Create Copy From Approved Req"
Parameters
HROrganization
FromMyApprovedReqs is an AIRJobRequisitions
Parameter Rules
HROrganization
default to HROrganization
FromMyApprovedReqs
required
Action Rules
invoke Create from this instance
fill in fields from FromMyApprovedReqs
except invoked.AIRJobRequisitions
except invoked.Creator
except invoked.Status
invoked.Creator = authenticated actor.agent(Employee).Employee
invoked.Status = 1
invoked.AIRJobRequisitions = authenticated actor.agent(Employee).AIRSysTimeStamp