Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Using Icons on Reports Icon Flow Logic

Prev Next
Welcome to Example Lab
While Example Lab projects are resources for public use, articles and assets are not actively maintained. Screenshots and features are from the specified version below. These references may become dated as new versions are released.

This article contains the step-by-step building process for creating Icon Flow Logic. To learn more about Using Icons on Reports, please refer to: Using Icons On Reports.

Step NameInputs/Outputs
Start StepSelect the Start step in the Flow Designer and open the Properties panel. Under Flow Data > Flow Input Data, click on 'Show Editor'.
In the Data Definitions dialog, add "IsActive" and choose "Boolean" as the Type, then select 'Close'.

Create Data Step

Add a Create Data step from the Favorite Steps category. Click on 'Show Editor' for the Create Data step under Data Definitions. In the resulting dialog, create the Icon data. Name it "IconInfo" and select "ImageInfo" as the Type from the drop-down menu.

Value Is True Step

Add a Value Is True step by searching for 'Value Is True' in the steps toolbox. In the Properties panel under Inputs, select the Flow Input Data "CanUsePortal" for the Value.

Create Data Steps (True and False Outcomes)

Add two more 'Create Data' steps, one for the True outcome and another for the False outcome, from the Value Is True step. On the True path Create Data step, declare a variable of the type 'ImageInfo'. Set the input to constant and pick an image. Repeat the same steps for the Create Data step on the False path.
On the output of both Create Data steps, set them to 'Change Value'. Map them to the IconInfo variable.
End StepMap the 'IconInfo' variable to the 'Icon' variable.