Hi,
I am trying to get list of all the available connection to powerapps application. I am trying to use the below powershell commands
1. Get-AdminPowerAppConnection --> This is returning all the connection that I have access to from an environment (can't provide application id input to this)
2. Get-AdminPowerAppConnectionReferences --> This returns all the connection references of an application within an environment but not id of the connection.
I would like to be able to identify the connection so that i can perform few operations on it and based on both the command results I am unable to identify a connection related to specific app (with a unique id)
Please help me with this
Thanks in Advance
Attached the cmdlet result screenshot