I want to check the setting value of the flow action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
As mentioned in the article below, an error is occurring with a flow action.
It seems there's a bug with the display value, but the actual operation is normal.
Is there a way to check the value set in a flow action?
Which record in which table should I look at?
I thought I could check the value when debugging, but since the actual value of the action is displayed, I couldn't see the set value.
I would like to check the set value, not the execution result.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @bonsai,
please can you share some more details? I don't see any context...
What does it mean "operation is normal" or "check the value"? Please provide more details and a screenshot or two if possible...
The better question you ask, the better we can answer it :))
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @bonsai,
You can verify the set values for a flow action by following these steps:
Navigate to the Action Instance V2 table (sys_hub_action_instance_v2) and filter by the Flow column to locate the relevant record.
Click on the Action Type field value - this will take you to the corresponding record in the Action Type Snapshot table (sys_hub_action_type_snapshot). Copy the Sys ID of this record.
Go to the Step Instances table (sys_hub_step_instance) and apply a filter:
Action.Sys ID = {copied Sys ID}Open the record by clicking the Client ID field value.
In the Step Instance record, you can review the values that were set for the action.
This will allow you to check the configured (set) values rather than the execution results.
If my response helped, please mark it as the accepted solution so others can benefit as well.
