<p>You should be able to fill a static array... for example, you could fill an array with Holidays in a year.</p><p>But if you are trying to dynamically fill an array row by row, you are going to run into evaluation time issues by trying to do this at the WhileReadingRecords stage. </p><p>What's the end goal? Maybe there is another option? </p>
Add a comment