Hi. I have a use case which requires the workflow to read in multiple sheets from the same excel file. Specific fields from these respective sheets then need to be converted/transformed via the Formula tool before being joined to form a new sheet. Most of the solutions with regards to this issue requires building a batch macro which will eventually require unioning these sheets even though they have different schemas. Is there a way to:
1) Save on the use of multiple input tools
2) Not union these sheets and be able to read them in separately (eg. filter by sheet name after the batch macro)
Thank you so much!