Deprecated Method Used
The Deprecated Method Used analyzer detects when an action contains a function instance that uses a method marked as deprecated.
Deprecated methods are scheduled for removal and may stop working in future versions of the platform.
How to fix it
Open the flagged function instance and replace it with the recommended alternative method.
Severity
Bug - the action may break when the deprecated method is eventually removed.