Send Refresh Report By Folder And Key Event Step
- 24 Mar 2023
- 1 Minute to read
- Print
- DarkLight
Send Refresh Report By Folder And Key Event Step
- Updated on 24 Mar 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 5.0.0 |
Modified in Version | 5.0.0 |
Location | Dashboard Management > Events |
The Send Refresh Report By Folder And Key Event step refreshes a Report using a Folder ID and Key. If the same Report is used in multiple places, only the Report on the specified Folder with a matching Key will refresh.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Folder ID | The ID string of the Folder | String |
Keys | The specified Report Key to refresh a Report | List of String |
Common Errors
Incorrect Parameter Count, Data Not Mapped Correctly
If the Keys value is empty, an error will occur.
To correct this, ensure that the Keys input value is mapped or entered correctly.
Exception Message:
Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Send Refresh Report By Folder And Key Event 1[SendRefreshReportByFolderAndKeyEvent] in flow [Flow 1]: Incorrect Parmater Count, Data Not Mapped Correctly
---> DecisionsFramework.LoggedException: Incorrect Parmater Count, Data Not Mapped Correctly
---> System.Reflection.TargetParameterCountException: Parameter count mismatch. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture
at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data)
--- End of inner exception stack trace --- at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data
at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData
at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)
--- End of inner exception stack trace ---
Was this article helpful?