Hi, great to see it's now easy to read an environment variable in a flow (provided the flow is created within a solution!) but how to update the value of the environment variable from within the flow?
I assume I will need to use the Dataverse connector's Update a Row function so I start by retrieving the environment variables UID using 'List rows' : -

This appears to work and I can reference the UID using: -
first(outputs('Get_SMSyncInitialise_UID')?['body/value']?[0]?['environmentvariabledefinitionid'])
BUT when I try and reference that UID to update the environment variable record ...

... I receive the error: - "Bad Request - Error in query syntax."
Stumped 😞 Any pointers please?
Cheers