For the complete documentation index, see llms.txt. This page is also available as Markdown.

Policy Workflow Step 11

After the sensor grid information is captured, we need to do something with it. Therefore, we add an action step from the ā€œsensors_pageā€ policy action step by clicking on the Action button in the top navigation bar.

As before, we set the tag, the permissions, and stop advancing the process until the download is complete via the ā€œstop propagationā€ flag, and since this will be a download action, the action type is selected to be ā€œdownloadā€.

We then need to select the file schema for the download, MRV. And, then we need to set the target URL where the file is stored. And finally, we select, button title and content.

We now need to connect the download action to the sensor grid block we defined before.

To do that, we click on the ā€œsensors_gridā€ button, and then click on ā€œBind Blockā€ for Field 3 and select the ā€œdownload_config_btnā€ action to bind the action to the actual definition of the button.

Programmatically workflow step 10 and 11 will looks like this:

Was this helpful?