0
Data upload from WORD
I’m a Trustee of a charity and we receive applications for grants from other charities. We want to record basic details of these applicants into a database by auto upload of the WORD application form into a table. I converted the Application form into a WORD FORM useing design, saved as a txt. File but NINOX is not identifying the different elements of the form to match with fields in the table. what am I doing wrong? Can NINOX upload txt. Files? Is there a better way?
2 Antworten
-
Ninox can read the txt files.
let fileName := last(split(text('Image Field'), "/")); let fileLink := fileUrl(this, fileName); let fileResponse := do as server http("GET", fileLink) end; let fileText := text(fileResponse.result); Text Field:=fileText
Content aside
- vor 6 MonatenZuletzt aktiv
- 2Antworten
- 39Ansichten
-
2
Folge bereits