Hi @justin
I just wanted to confirm another piece…
onAppInstall: function(){
// essential logic
// The PATCH request
renderData(); // [A] Is this method used at the end?
}
See pt. 4 in App Setup Events
Is it possible for you confirm if renderData();
is invoked within server.js
’s onAppInstall(){..}
hander defn?