Capturing ReturnParameters from SetTerminateActions
Posted: March 4th, 2022, 3:47 pm
Hey. I currently have a link button on a webpage. This button has logic which opens a widget in a modal window utilizing the OpenWindow Service. In the widget, I have a button which utilizes the SetTerminateAction service where I have set up a ReturnParameter. I would like to capture the ReturnParameter from this widget in the logic of the button but I am not sure how to extract the ReturnParameters. Is there a way to get this ReturnParameter in this iteration?