Hi Team,
In Service node, when we specify GET url with questions mark for parameters, question mark get omitted when saving the node. Hence API does not work.
You can see the screenshot below for reference. Proper API is like : https://serpapi.com/search?api_key= . However it is getting saved without question mark like https://serpapi.com/searchapi_key=
I found workaround here and it is working. I am forming the url in script node and setting it to context variable. Now I am using that context variable in Service Node and it is working as expected.
@praful_dhone
This is being fixed as we speak.
Apart from what you have mentioned, another workaround is to use Manage Components > Locate the service node > edit it there.