Hi Team
I need some help, i have this error and find it difficult to get rid, double check data types, i have text as data types(short description on power automate work flow, date for other, email, dropdown and file attachment). How do i get rid of this so they can match, naming conversion of controls are correct, but its said its invalid argument. How do i fix this so can continue? I am using Power Version 2 and do have inputs to my workflow on power automate for all of them.
SHEQConformanceFlow.Run(
Short_Desc_Text.Text,
DataPicker_Audit_Date.SelectedDate,
Audit_combo.SelectedItems.Value,
Responsible_combo.SelectedItems.Value,
Facilities_combo.SelectedItems.Value,
Reference_combo.SelectedItems.Value,
Severity_combo.SelectedItems.Value,
DatePicker_Due_Date.SelectedDate,
Auditor_combo.SelectedItems.Email,
Audit_combo.SelectedItems.Value,
'1stManager_combo'.SelectedItems.Email,
'2ndManager_combo'.SelectedItems.Email,
Status_combo.SelectedItems.Value,
Attachment_file.Attachments
);