Set(matchingRecords, Filter('SBLEIMUAT1.AGENT_DETAILS',LOGIN = Text(txtUserName_8.Text) && CPR = Text(txtIdNumber.Text)));
how to replace SBLEIMUAT1 with the environment variable (new_Siebel_Con)

Set(matchingRecords, Filter('SBLEIMUAT1.AGENT_DETAILS',LOGIN = Text(txtUserName_8.Text) && CPR = Text(txtIdNumber.Text)));
how to replace SBLEIMUAT1 with the environment variable (new_Siebel_Con)
Hi , @noor12
According to your description, you want to read the environment variable in Power App.
You need to add the data source here:
And the Environment variable Value is in the [value] column.
And for more information, you can refer to :
Using environment variables in Power Apps canvas apps and in Power Automate flows (youtube.com)
If this reply can help you , you can click mark this reply as solution (Accept solution) which can help more people, thanks in advance!