Hi Team
I need some clarity on few fields, i have 2 dates on the power flow, file attachment and combo box. What properties does each uses on power app version 2? Look at the passing of these argument list. I double checked and refreshed the flow and they are 14, im not sure of using data types into the function.
// some attempts after few changes, made these adjustment then complaint about mismatched.
TriggerInputSchemaMisMatch, message " The input body for trigger manual definition. Error details; String does not validate against format date, string Request for Action does not validate against format email,
SaveandSubmitDocument.Run(
Short_Desc_Text.Text,
Text(DataPicker_Audit_Date.SelectedDate, "yyyy-mm-dd"),
Audit_combo.SelectedItems,
Rsponsible_area_combo.SelectedItems,
Facilities_combo.SelectedItems,
Finding_desc_text.Text,
Reference_combo.SelectedItems,
Severity_combo.SelectedItems,
Text(Due_Date_Details.SelectedDate, "yyyy-mm-dd"),
Lower(Auditor_combo.Selected.Email),
Lower('1stManager_combo'.Selected.Email),
Lower('2ndManager_combo'.Selected.Email),
Status_combo.Selected.Value,
Attachment_file.Attachments
);

Report
All responses (
Answers (