Hello all,
It's driving me crazy, I used Shane's method and it worked in the past but suddenly it doesn't work anymore ( I use the Dutch prefix, so ; instead of , and ;; instead of ;). It's about this part ".sharepointfilelink", it gives me this error no matter what I try: "ongeldig gebruik van '.' , so "invalid use of '.' (please see screenshot), but the code is the same as that of Shane. Can anybody help me please?
This is my code:
Set(varDemoFromAttachmentControl;JSON(Image1.Image; JSONFormat.IncludeBinaryData));;
Set(varBase64Only; Mid(varDemoFromAttachmentControl; Find(",";varDemoFromAttachmentControl)+1; Len(varDemoFromAttachmentControl) - Find(",";varDemoFromAttachmentControl) - 1));;
Set(varFileLink; test.Run(Last(AttachmentControl.Attachments).Name;varBase64Only;Bedrijf.Selected.Value).sharepointfilelink)

Report
All responses (
Answers (