I wonder how can I define the datatype of BLOB while creating a form. I see in the documentation that:
BLOBs, long strings (e.g., MySQL TEXT fields) and arbitrary files can be associated with any data row. These are stored as files and viewed as ‘attachments’ of the row. If a row has an attachment, the row is expected to have one or more columns in its data table that contain the path to that attachment.`
This BLOB data will be received by an external app, and I want to save it to a form field so that it can sync to all my devices. I won’t have BLOB data as an attachment, so I don’t understand how do I associate it with data row. Can somebody help, please? Thanks.