I have 2 somewhat related questions that are probably quick and easy answers. I've upgraded to 2022.3.1.508 this week and noticed when I run a workflow and happen to check a tool output that comes after a disabled container (I frequently disable containers to quickly generate and review partial results and isoloate bugs) the results box gives me the message "Memory limit reached. Use a Browse tool to view full results." I get that there would be no results, but this seems like an odd message since in the previous Alteryx version I ran the message would be something like "No data available." It doesn't make any sense that Alteryx would see this as a memory issue rather than a simple processing issue. Is this an indicator that I should adjust my memory settings, or just accept that the message is not quite accurate and let it go?
Second question has 2 parts. When setting up a flow out of my source files when I run them into a select tool early on I notice most of the fields come in as V_String or VW_String, and the sizes are set at either 255 or far less depending on the data coming in. I like to have all my data fields defaulted to V_String unless I need them in a different format so I typically spend alot of time in Select tools manually changing all my text fields to V_String and the sizes to the max of 2147483647. I just don't like to see later on in my flow a select tool with 1/2 the fields at 2147483647 and the other 1/2 at 255.
My question is this:
1. is there a quicker way to convert a large number of fields to V_String / 2147483647 besides manually at the start? and
2. If data already comes in as V_String but the size is at 255, am I wasting my time changing the size to 2147483647 since (I assume) Alteryx will adjust if later in the flow the data in that field requires a larger size?
Thank you!