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 Name | Inputs/Outputs |
|---|---|
| Start Step | Select 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 Step | Map the 'IconInfo' variable to the 'Icon' variable. |