How to add multi lines of text in list item?

I want to make list of texts where every list contains multiple lines of text.
e.g.
ABCD
EFGH
IJKLM

I want to store it 3 lines and use it as 3 lines of text.

But I am getting ABCDEFGHIJKLM a single line text.

I am uaing airtabele database and using < br> HTML tag to formating multi line text.

See the block how I made the list


from database to dynamic component view page1. Here its working perfect


But when try to use that items, getting single line text

Plese anyone help me to solve this problem. Or any other solution for fix this formationg issue.

That is why we developed this extension which supports 6 lines- [Paid $4] List Grid Pro Extension - Dynamic Multi-buttons, GIF Animation, 5 Layout Styles, 5 Sub-texts, 5 Animations, Pagination, CustomDialogue

Store value in this form in Airtable : ABCDEFG-HIJKLMNOP-QRST
After getting value from Airtable, replace - with <br> like this :

The above block can be found in Text related blocks…

Is both them created by dynamic component? Since the first dynamic component extension?, i hope you’d have enabled html where as in second you set it nit thats why you getting in a line. Enable HTML

You can either use multiple text components or use one with html and split the lines using new line /n

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.