Send Refresh Report By Key Event For Group
  • 24 Mar 2023
  • 1 Minute to read
  • Dark
    Light

Send Refresh Report By Key Event For Group

  • Dark
    Light

Article Summary

Step Details
Introduced in Version4.0.0
Last Modified in Version5.12.0
LocationDashboard Management > Events

The Send Refresh Report by Key Event For Group 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 group in the Group ID input.



Properties

Inputs

PropertyDescriptionData Type
KeysThe specified Report Key to refresh a ReportString
User IdThe desired user account IdInt32


Common Errors

Value cannot be null

An error will occur if the Group Id or Keys input values are null.

To correct this, ensure 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 Group 1[SendRefreshReportByKeyEventForGroup] in flow [Flow 1]: Value cannot be null. (Parameter 'path')
 ---> System.ArgumentNullException: Value cannot be null. (Parameter 'path'
 at DecisionsFramework.Utilities.Data.DataUtilities.GetValue(IDictionary`2 data, String path, Boolean throwError, Boolean returnReferences
 at DecisionsFramework.Design.Flow.Mapping.InputImpl.SelectValueInputMapping.GetInputValue(IDataConsumer consumer, FlowStateData currentData, DecisionsType expectedType, Boolean expectingArray, String valueName, Object parentObject, Boolean canBeNull
 at DecisionsFramework.Design.Flow.FlowStep.BuildMappingData(FlowStateData data
 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?