Help

Re: Prefilling a Check List into a Long Text Field

624 0
cancel
Showing results for 
Search instead for 
Did you mean: 
CodeKnight
6 - Interface Innovator
6 - Interface Innovator

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:

image

  1. It is not showing the second paragraph / line
  2. 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})

image

But as you can see, Issue 2 still persists the check boxes are not immediately usable.

Any way of doing this? Thanks

2 Replies 2
CodeKnight
6 - Interface Innovator
6 - Interface Innovator

Bump, Anyone got any ideas?

Philo
5 - Automation Enthusiast
5 - Automation Enthusiast

Bump again, has anyone successfully found a workaround?