I am trying to achieve get power automate environment variable by variable name.
Something like below:
with expand query, I am able to get data for "EnvironmentVariableDefinitionId", and query with "EnvironmentVariableDefinitionId/schemaname eq '@{triggerBody()['text']}'", but I fail to get lookup data like "schemaname" in Select columns.
Is there any way to select columns in expand table?