This topic describes frequently asked questions about AppFlow.
How do I view error logs after a flow execution fails?
Perform the following steps:
Log on to the Appflow console. In the left-side navigation pane, select Execution Log.
On the Execution Log page, find the execution record that you want to view and click Details in the Actions column.
On the details page, you can view the input and output parameters of each node and the error messages.
Why is a scheduled flow task not triggered when it is due?
Check whether your flow is in the published state. If it is not published, publish the flow task. If it is published, check whether the connection flow has execution logs.
If execution logs appear and the execution status is failed, check the failure reason.
If no execution logs appear, check whether the cron expression is properly configured.
How do I modify a published connection flow that has been?
Click Create Version in the upper-right corner of the connection flow details page to create a new version.
What permissions do I need to use the AppFlow service after activating the service?
AppFlow is excluded from the Compute Nest full permissions and requires separate custom permissions to be granted to Resource Access Management (RAM) users or roles by using the following policy. For more information, see Grant permissions to merchant-side RAM users.
{
"Version": "1",
"Statement": [{
"Effect": "Allow",
"Action": "appflow:*",
"Resource": "*"
}]
}