Store 4 text in one tag value in tinydb (dynamically)

Have you tried with,

Call tinnydb store value
Tag ( tag name)
Value (make a list ) block ???

So it will save 4 value under one tag

While retrieve you can use select list item block.

Select list item list (call tinydb get value tag (tag name) value if not found (create empty list)
Index (between 1 and 4 ) you can use.

Want to store continuously multiple of 4 texts box value in tinydb under same tag or evrytime the previous value want to be overwrite?

If you use above method which will store multiple value in the same tag but every time the value will be over write

This block will continue to write in the tinydb in the same tag