Hi,
I have a form which have some text input fields, Add Picture Control and Barcode Scanner Control
I want to Save the Text fields, Selected PDF, Excel file from picture control an scanned barcode to a document library list at the same time. Add picture control needs a button flow to upload a file to the document library.
My Code: on SUBMIT BUTTON
UploadFileToLibrary.Run(UploadFileButton.Media,UploadFileButton.FileName)
Patch(
'Vaccine Tracking List',
Defaults('Vaccine Tracking List'),
{
EmpEmail: EmpEmailInput.Text,
'Date of Certification': DataCardValue5.SelectedDate,
VaccineType: DataCardValue6.Selected,
CertificateNumber: DataCardValue7.Text,
File: ???
}
);
Navigate(View,None);
ResetForm(Form1)
I want to include that in my patch command, I am confused any guide?

Report
All responses (
Answers (