Hi there!
I had been working on a custom action script inside of Google SecOps that would close cases using an action parameter that specifies a case id. I attempted to modify the Close Case action that is already a part of the Siemplify integration, but have been unsuccessful in getting it work.
Here is a general version of my current setup:
When attempting to run this code in Testing, it gets the correct case, but upon reaching siemplify.close_case, it always closes the case selected in the "Test case" parameter. I'm unsure about what the issue is here, perhaps case_id does not correspond directly to the ids we see in the Cases view? Any help would be greatly appreciated, thanks!