How to pass the entity variable to a rest url

HI @Subrahmanyam I am trying to pass the Context.entity,variable to servicenode request url as:
https://my-json-server.typicode.com/RahulSiri/RahulRepo/paymentdata?date={{context.entities.transactionDate}}

I am getting 400 response not getting the response , here the usecase is we need to pass the user given data to request url and get the data on that particular date.

Can you please help me?

Thanks in advance
Rahul Siripurapu.

What entity type you been using here?
Please check the format in which the date is actually stored in the context and then pass it over to the endpoint as needed.