Power-Fx
Power-Fx copied to clipboard
REPL: ShowTables() / List of tables
List of tables – How to list tables in the environment developer is connected to? Imagine I am connected to my developer environment, and I need to query data from a table am I am forgetting/misspelling table name. I need to get a list of tables to query. How can I get list of tables in the developer environment that I am connected to.
Query tables across environments I want to update a table row based on values in a table that is in another environment (in the same tenant). Can I query the table in another environment?