Imagine you have a long text field with rich text enabled that’s called Notes. You have a form view with shared link https://airtable.com/baseid
. How do you prefill the Notes field with markdown formatted content?
When I prefill with markdown formatted text, it get’s processed as plain text.
For example:
https://airtable.com/baseid?prefill_Notes=Test%20list%0A*%20A%0A*%20B
prefills the Notes field with
Test list
* A
* B
Instead of
Test list