How to fix it
- Navigate to
System Applications > Studioand select the scope containing your flow. - Open your flow and click on the failing spoke action step to view its configuration.
- In the spoke action properties, locate the
ConnectionorCredentialfield and note the referenced alias name. - Navigate to
Connections & Credentials > Credentialsand search for the credential alias from step 3. - If no credential exists, click
Newand create the appropriate credential type (Basic Auth or OAuth 2.0) with the exact alias name referenced by your spoke action.
The credential alias must exactly match what's configured in the spoke action - case sensitive.
- If using OAuth 2.0, verify the token hasn't expired by checking the
OAuth Entity Profilesrelated list on the credential record. - For expired OAuth tokens, click
Get OAuth Tokento refresh, or configureAutomatically refresh tokencheckbox to prevent future expirations. - Navigate to
MID Server > Serversand verify your MID Server status showsUpif the spoke requires external connectivity. - Return to your spoke action configuration and verify each input field receives the correct data type - check that string data pills aren't mapped to integer/boolean inputs.
- If the spoke connects to an external API, navigate to
System Web Services > Outbound > REST Messageand locate the spoke's REST message. - Click
Teston the REST message to verify the endpoint URL is accessible and returns expected responses. - Save all changes and test your flow by triggering it manually or through the trigger condition.
Check Flow Execution Details under Process Automation > Flow Designer > Executions for detailed error messages if the action still fails.