I can connect to SQL Azure and write data to my table. How do I relate a second table? For example, if I were creating an expense report, I'd have one table with the main report info (dates, employee name, business purpose, etc) and then a second table with the details (individual expense line items).
Also - is there any documentation on what data types are supported? I am getting an "Error adding datasource. Please try again later." when attempting to connect to some tables & am trying to understand if it is an issue with a data type or something else. Does PowerApps log extended error info anywhere so I can find out why I can't connect to a given table?
Thanks!