Good morning all, I'm struggling a bit with OnAfterResponse. I know it's global so it will trigger for every API method that is called. In the screenshot below, you can see that I have two methods for this REST endpoint.
If I needed to modify the response payload for GetByuuid how would I determine which method is sending the payload to the OnAfterResponse? I have debugged the OnAfterResponse node but I don't see any method name in the headers or ResponseText, so I'm trying to determine how others normally handle this scenario?

I am not aware if there is any way to distinguish the response in OnAfterResponse action based on the method gets called, However, You can try consume only a single method and use OnAfterResponse event to work on that single method's response.