In this blog we will see How show popup with info text in canvas app.
Step1: First open your canvas app.
Next paste the below code on App On start and change the text based on your requirement.
ClearCollect(HelpText,
{ID:1, Text: “This is Demo purpose”},
{ID:2, Text: “This is Sample purpose”}
)