Tyson Freeze
02/25/2025, 7:55 PMCeligo AI
02/25/2025, 7:55 PMAI generated answer (using internal Slack threads):To include a newline character when you call setValue on a field in a client script, you can use the '\n' character. However, please note that this might not work in all fields or scenarios. Here is an example of how you can use it:
javascript
currentRecord.setValue({
fieldId: 'your_field_id',
value: 'First line\nSecond line'
});
In this example, 'First line' and 'Second line' will be on separate lines in the 'your_field_id' field.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
02/25/2025, 7:55 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.833538
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.819368362
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.819242835
Celigo AI
02/25/2025, 7:55 PM