Sprinklr Update Custom Field

Updates a single custom field on a Sprinklr case. Use it to write a value into a case field during automation.

What it does

  • Finds the case by case number.
  • Sets the named custom field to the provided value.
  • Returns success and a response message.

Notes

  • Enable Safe Mode to return errors in the action outputs instead of stopping the flow.

Inputs

NameTypeDescription
Case NumberStringSprinklr Case Number Possible values: e, x, e, c, u, t, i, o, n, , e, x, t, e, r, n, a, l, , i, d.
Field NameStringCustom field name to update
Field ValueStringValue to set on the custom field
Safe ModeOptional BooleanIf set to True, errors are returned in the Action Outputs instead of stopping the Flow. Defaults to False.

Outputs

NameTypeDescription
Success?BooleanSuccess?
MessageStringResponse message

Notes

API reference