dsanderbi opened a new issue, #5536:
URL: https://github.com/apache/hop/issues/5536

   ### Apache Hop version?
   
   2.14
   
   ### Java version?
   
   17
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   When using the REST step in Apache Hop, it is currently not possible to use 
a **variable** for the **connection name**. If you try to pass the connection 
name via a variable (e.g. ${myConnection}), the step fails with an error. 
   
   `ERROR: java.lang.RuntimeException: REST connection ${myConnection} could 
not be found`
   
   The REST step only works if you select the connection directly from the 
dropdown list.
   
   In contrast, other steps like Table Input handle variable-based connection 
names properly and work as expected when using ${myConnection}.
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Metadata, Component: Transforms


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to