Power Apps code:
'ForGo-Live:RequestAccess-Workflow'.Run(
FirstName.Text,
LastName.Text,
JobDesignation.Text,
'TestCertified?'.Value,
TypeofRequest.Selected.Value,
Tenant.Selected.Value,
EmpID.Text,
Email.Text,
'CertifiedbyTest?'.Value,
'Accountrequestedfor?'.Selected.Value,
PriorEmployer.Text,
PriorEmployerEmail.Text,
ProjectName.Text,
Country.Text,
'State.'.Text,
"test.com",
"test.com",
"test.com",
"test.com",
Concatenate(
Left(
FirstName.Text,
1
),
LastName.Text,
"-impl"
),
"test.com"
);
The highlighted fields are optional and causing the error.
Power automate flow