call unbound RAP action from CAP
Hello everyone,I am trying to call an unbound action in RAP using CAP.Based on the documentation I'm trying the send method: https://cap.cloud.sap/docs/node.js/core-services#srv-send-request const remote = await cds.connect.to("api") .. let a = await...