Merge multiple tables at once

Thank you community.

I need to merge (left join) multiple tables.
Is there any way to merge multiple tables at once?
It is kind of cumbersome to do this job with many tables.

Thank you in advance.

No, it’s not possible. Even if it were, you would still have to specify key fields to match and fields to append for each table so it won’t be any less cumbersome.