I am trying to prefill a check list with the check boxes into a long text field, i.e. make prefill links for different maintenance reports as required.
I am trying to use a formula to generate this result.
Here is the code
“?prefill_Notes=[+]+Test\n[+]+Test2”
This is the output:
- It is not showing the second paragraph / line
- The check box is not in its checkable form but rather its underlying raw text form.
I have then tried to prefill from a field already containing the correct structure of the check list and this solves issue 1. with the missing paragraph / new line spacing.
“?prefill_Notes=” & ENCODE_URL_COMPONENT({Details / Task Breakdown})
But as you can see, Issue 2 still persists the check boxes are not immediately usable.
Any way of doing this? Thanks