
Announcements
I need help creating a flow that transfers CSV data from email attachments to a SQL database whenever an email is received on a weekly basis.
thanks-Deepan.
INSERT statement to add the attachment data to your SQL table:
INSERT statement. Replace [AttachmentName] with the name of the attachment and [AttachmentData] with the base64 encoded data.VARBINARY for binary data, NVARCHAR for text-based data, etc.).