Send Refresh Report By Folder And Key Event For Group
- 24 Mar 2023
- 1 Minute to read
- Print
- DarkLight
Send Refresh Report By Folder And Key Event For Group
- 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 Folder And Key Event For Group 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 for the Group stated in the Group ID input.
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 |
Group Id | The desired user account Id | String |
Common Errors
Object reference is not set to an instance of an object.
If the input values are null, an error will occur.
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 Folder And Key Event For Group 1[SendRefreshReportByFolderAndKeyEventForGroup] in flow [Flow 1]: Exception invoking method SendRefreshReportByFolderAndKeyEventForGroup on class EventsInfrastructureSteps
---> DecisionsFramework.LoggedException: Exception invoking method SendRefreshReportByFolderAndKeyEventForGroup on class EventsInfrastructureSteps
---> System.NullReferenceException: Object reference not set to an instance of an object.
at DecisionsFramework.ServiceLayer.Services.Groups.GroupService.GetAccountsForGroup(AbstractUserContext userContext, String groupID
at DecisionsFramework.Design.Flow.CoreSteps.EventsInfrastructureSteps.SendRefreshReportByFolderAndKeyEventForGroup(String FolderId, String[] keys, String groupId)
--- 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 ---
Related Information
Forum Posts:
Refreshing A Report Page
Was this article helpful?