We’re running UiPath on-premises and recently started getting invalid_grant errors in the Salesforce Application Scope. Turns out our Salesforce org moved away from the OAuth Username-Password flow, which is the only flow supported by the Salesforce activities package.
How are other on-prem users handling this? Any workarounds besides re-enabling the username-password flow on the Salesforce side or rewriting everything with HTTP Requests?