Boundaries records per page more than 99999

i have csv data more than 200k rows to create dynamic table. How do i setup or write script in Boundaries?

Hello @ruppawat,

You can user a Regex expression to look for something that will never exist in a specific column like an empty string. This way all CSV lines will be in 1 records since the condition will never be met. Like so:

image

Hi Jchamel
Thank you so much.