I have to create a talend connector for rest API. This API has dyanamic values. ex: https://clecloudy.com/RestApi/resources/latest/contracts/{contract_header_id}/child/ContractLines.
've the API like ex: https://clecloudy.com/RestApi/resources/latest/contracts/{contract_header_id}/child/ContractLines. and I've created a connector to fetch contract_header_id from other api. Now I have to pass this id to next tResrClient. How can I pass. And concat the 2 string.