Export Module For Entity
  • 04 Jan 2023
  • 1 Minute to read
  • Dark
    Light

Export Module For Entity

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version5.12.0
LocationSystem > 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

PropertyDescriptionData Type
EntityIdThe desired entity IdString
Only ChangedWill export if the entity was changedBoolean

Outputs

PropertyDescriptionData Type
OutputProject nameString

Example Inputs and Outputs

EntityIdOnly ChangedOutput
EntityIdTrue""
Null NullEXCEPTION MESSAGE
EntityIdEmptyEXCEPTION 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?