I solved this one actually. Post me for the answers.
Generic SQL Connector: How to define multiple multi valued attributes
Im following the Generic SQL Connector step-by-step article from https://learn.microsoft.com/en-us/microsoft-identity-manager/reference/microsoft-identity-manager-2016-connector-genericsql-step-by-step.
The problem is that at 'Schema 2' I cannot add more than one multi valued table. I have to choose between FACULTY and USERPHONE. USERPHONE is the table from the step by step example and Faculty I added myself. Both work separately.
Using Ctrl + Enter seams to be related only to stored procedures and it gives me no extra row.
How can I use both tables: FACULTY and USERPHONE?