Export Module For Entity
- 04 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Export Module For Entity
- Updated on 04 Jan 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 | System > Advanced > Import - Export |
The Export Module For Entity step will return the name of the project the entity is tied to while exporting. It will return null if the entity is not linked to any Project.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
EntityId | The desired entity Id | String |
Only Changed | Will export if the entity was changed | Boolean |
Outputs
Property | Description | Data Type |
---|---|---|
Output | Project name | String |
Example Inputs and Outputs
EntityId | Only Changed | Output |
---|---|---|
EntityId | True | "" |
Null | Null | EXCEPTION MESSAGE |
EntityId | Empty | EXCEPTION MESSAGE |
Common Errors
Value cannot be null
If the input value is not configured with a value, an error will occur.
To correct this, ensure that the input fields have a value or are configured.
Exception Message:
Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Get Data Pairs For Json Object Properties 1[GetDataPairsForJsonObjectProperties] in flow [Example]: Exception invoking method GetDataPairsForJsonObjectProperties on class JsonSteps
---> DecisionsFramework.LoggedException: Exception invoking method GetDataPairsForJsonObjectProperties on class JsonSteps
---> System.ArgumentNullException: Value cannot be null. (Parameter 's'
at Newtonsoft.Json.Linq.JObject.Parse(String json, JsonLoadSettings settings
at DecisionsFramework.Design.Flow.CoreSteps.Json.JsonSteps.GetDataPairsForJsonObjectProperties(String jsonText)
--- 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?