How to record audio?

Hello,
I have a File field in a table. I want user to record audio report and upload a file to the form.

Is there some way how to simplify it for them, so they does not need to use separated app and deal with files? Ideally have a record button in a form which will handle the recording and save it to the table field.

I can imagine coding it myself. Could you suggest if there are some API in the Tabidoo frontend which could help me?

Thank you for advice :slightly_smiling_face:

Hi,

a third party library can be used in tabidoo: doo.functions.scripts - Tabidoo Help Center

And using API it will be possible to change the structure (this is in the works).

With Regards,

Filip

Thank you for the link, I see how it will help me.

Just one more question: How to set a file field value?

E.g. I have variable with a Buffer and I want to doo.model.file.setValue(…)

Hi,

could you post a code sample where you call the setValue method?

I does not know how to call it.