Forum Discussion
Hey Nihil,
I went ahead and tried to tailor an example that was closer to your use case. Try and follow these steps to get going.
-
Import the attached project to your org. Inside is the spreadsheet file, a pipeline that can read the file, and a triggered task for the pipeline. This is what will be used to feed data to your display board demo.
-
Navigate to the imported project and view the Task details in manager. Copy the
cloud url
and thebearer token
into the updated HTML I attached. Look for the variablesTASK_URL
andTOKEN
.
-
Configure your org’s CORS settings to allow accessing the triggered task from the domain that your display board is hosted on.
-
Load the HTML page in a browser, you should see an alert pop up with the data from the spreadsheet.
Updated HTML: Demo Display Board.zip (8.6 KB)
Project to Import: projects_Spreadsheet-Example.zip (8.2 KB)
- nihil_limbadiya6 years agoNew Contributor II
Thanks Tim,
Much Appriciated for your help… Thanks I can go ahead and build whole pipeline.
Thanks
Regards
Nihil