I have a set of 32 tables I would like to apply the field info tool so I get a single list of fields
I started building a standard workflow until I saw this should be a batch macro - my first one
Below is the macro so far.
It's pretty straightforward. I pass in a list of tables and each time, replace the table name piece in the input tool (SELECT * FROM <table>). The parse is used to remove everthing but the tablename in the source column
I configured the interface to autoconfigure by name but I am only getting the first field in the first table. Also, I can't add a browse after calling the macro
Not sure what I'm missing but any wink,wink,nudge,nudge would be appreciated. I would really like to shift into macros. Thanks in advance.