hi team
I have extracted case wall data and there I see that each comment has a type
for ex-
'actionTriggerType': 0, 'integration': 'Flow', 'executingUser': None, 'playbookName': 'IMPORT 1 - DB13-PlaybookAssignment By TP01-MasterTriggering', 'playbookIsInDebugMode': False, 'status': 2, 'actionProvider': 'Flow', 'actionIdentifier': 'Output_3', 'actionResult': 'NestedWorkflowOutput: \\n', 'alertIdentifiers': [], 'creatorUserId': None, 'id': 5752376, 'type': 3,
here what type 3 mean ,
is there any way I can get the list of the type and its corresponding values ?
thanks
Messier63