First time using VC 7.3 and I am finding it pretty awesome! HOWEVER I'm having a problem with the RFC connection to the model.
I ended up changing the underlying data structure of one of the output tables in the RFC. When I re ran the model it no longer brings through the values to the model (for the changed table only). It DOES however bring through the 19 records but they are all NULL when I check the debugger. I then copied the RFC to a new one (exact same function) and it works fine. This makes me believe it is a caching issue. Is there somewhere I need to go to clear the cache? I put both RFCs in the same model and ran debug. You can see the first two records in the array in the attached screenshot. The first is my original and the second is the copied RFC result.
Is this a bug with visual composer or something I'm not doing correctly regarding RFC cache?