Cannot edit in read mode

Hi all,

I'm trying to create a custom action for "trend vision one" integration in soar. It is supposed to fetch details through API but when i'm trying to test it, getting error "Custom action name" not found as it is not getting imported from constants module. 
I have to add action name in constants module, but it's in read mode only. 
Can anyone help me in solving this one?

#constants module ide

shrut_2025_0-1738135372268.png

#trend "get alert details" custom action error

shrut_2025_1-1738135605642.png

Thanks a lot in advance
Shruti 

0 1 109
1 REPLY 1

Hello,

You need to either create a copy of constants, add the necessary code there and import the copy in your custom action, or directly in your custom action define the name without importing it from another module.