Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
77 stars 84 forks source link

fix(Designer): Null catch on connection query #6023

Closed rllyy97 closed 3 weeks ago

rllyy97 commented 3 weeks ago

Main Changes

Added null catches for broken connections. We had a customer issue and their connection object somehow was missing the entire API object. The catches added in this PR should filter those connections out since they are unusable without that data.