You need to sign in to do that
Don't have an account?
QUIP Live App
HI Everyone,
I am not able to understand QuiP Live app Trailhead second section . Where you build your new App can https://trailhead.salesforce.com/projects/quick-start-quip-live-apps/steps/create-an-element-for-a-live-app
Can anyone help me out what to do after we have got the App Id.
I am not able to understand QuiP Live app Trailhead second section . Where you build your new App can https://trailhead.salesforce.com/projects/quick-start-quip-live-apps/steps/create-an-element-for-a-live-app
Can anyone help me out what to do after we have got the App Id.
Please follow below steps
open the terminal go to folder
cd ~/quip-apps-sdk-0.91 (for mac)
cd c:\quip-apps-sdk-0.91 (for windows)
run below command
./bin/quip-apps init “$APP_NAME” $APP_ID . (for mac)
.\bin\quip-apps init “$APP_NAME” $APP_ID . (for windows)
your app will be in the folder
apps/<your app name>
If this helps you, please mark it as solved so that it will be available for others as a solution.
Best Regards,
Sandhya