Create Liveboard
createLiveboardFull Description
Create a liveboard from a list of answers
Parameters (3 required)
answersarrayThe answers to create the liveboard from, these are the answers generated by the getAnswer tool.
namestringThe name of the liveboard to create
noteTilestringCreate a summary of the answers to the queries asked by the user along with all the analysis done on the data. The output format is an html note tile which can have custom styles and formatting. Use emojis, styling and icons to make it more visually appealing. Follow these MANDATORY rules for styling: - Put the whole note tile in a single line and no line breaks. Also there should be no unnecessary white spaces. - The html output in the note tile can have white spaces. Use <br> or <tab> if needed to use white spaces in the note tile. - Use padding, margin and line height to create space between the elements in the note tile and make it more readable. Use this as an example(ignore the line breaks and white spaces): <h2 class="theme-module__editor-h2" dir="ltr" style="text-align: center;"> <span style="white-space: pre-wrap;">"Heading of note"</span> </h2> <p class="theme-module__editor-paragraph" dir="ltr"> <span style="white-space: pre-wrap;"> Comprehensive summary of analysis done and answers to queries asked by user. Use colors and styles in the html to make it more readable and visually appealing. Also add the date and time of the analysis to the note tile in the header of the note tile. The format should be like this: Generated on <date> <time> </span> </p> <div class="pinboard-note-tile-module__noteTileBg editor-module__bgNode"></div>