Hi Team,
For the update feature requests I was trying to use compound action rather than the HTTP actions in the COnversation process. I created the compound action but it is not getting triggered . Could you please have a look into the compund action and let me know if in case there is something I am missing
steps:
- action:
output_key: Mw_Get_Requests_result
action_name: Mw_Get_Requests
progress_updates:
on_complete: ON_COMPLETE_MESSAGE
on_pending: ON_PENDING_MESSAGE
message: "{{Mw_Get_Requests_result}}"
- switch:
cases:
- condition: feature_request_id == 'FR-50911'
steps:
- action:
output_key: submitted_requests
action_name: Mw_Update_Requests_EXAMPLE
progress_updates:
on_complete: ON_COMPLETE_MESSAGE
on_pending: ON_PENDING_MESSAGE
input_args:
feature_request_id: data.feature_request_id.value
new_status: data.new_status.value
message: "'Sorry, can’t update this Request ID'"
default:
steps:
- action:
output_key: submitted_requests
action_name: Mw_Update_Requests_EXAMPLE
progress_updates:
on_complete: ON_COMPLETE_MESSAGE
on_pending: ON_PENDING_MESSAGE
input_args:
feature_request_id: value
new_status: value
When I am using normal HTTP action it is getting triggered