You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities/call-external-action.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ The **Edit External Action Parameter Mapping** dialog allows you to set the valu
67
67
68
68
Every parameter must have a value specified unless the service indicates that the parameter is optional (with the `Org.OData.Core.V1.OptionalParameter` annotation).
69
69
70
-
When the service indicates that a value cannot be empty (with `Nullable="false"`) then the microflow will throw an error if the value evaluates to `empty`.
70
+
When the service indicates that a value cannot be empty (with `Nullable="false"`), the microflow will throw an error if the value evaluates to `empty`.
71
71
72
72
If you have selected a variable for an entity that has associations, you can select which associations you want to include in the arguments that you call the external action with.
0 commit comments