Send Refresh Report By Key Event For User
- 24 Mar 2023
- 1 Minute to read
- Print
- DarkLight
Send Refresh Report By Key Event For User
- 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 | 4.0.0 |
Last Modified in Version | 5.12.0 |
Location | Dashboard Management > Events |
The Send Refresh Report by Key Event For User step refreshes a Report using the Keys set on a Report Viewer. It does not depend on any specific folder ID. Instead, wherever the Report with the matching Key exists in the portal, it will be refreshed for the specified user in the User ID input.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Keys | The specified Report Key to refresh a Report | String |
User Id | The desired user account Id | Int32 |
Common Errors
Incorrect Parameter Count, Data Not Mapped Correctly
An error will occur if the User Id or Keys input values are empty.
To correct this, ensure that the input fields are entered or mapped correctly.
Exception Message:
Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Send Refresh Report By Key Event For User 1[SendRefreshReportByKeyEventForUser] 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?