Is there any to find the size of the data that is returned by a query?? The default size limit is 1MB, but we want to understand how much rows we can pull from database without reaching this limit.
Discussion posts and replies are publicly visible
In Appian, there isn't a direct way to determine the exact size of data returned by a query without experimenting, but you can estimate it by considering the average row size in bytes and calculating the number of rows that would approximately fit within the 1MB limit.
Thank you for your reply