InformationArticle BodyExamples Use Case 1: Conditionally display note based on industry Add a note to the slide only if the industry is manufacturing. Example data: Example 1{ "Account": { "Name": "Office A", "Industry": "Manufacturing" }}Example 2{ "Account": { "Name": "Office B", "Industry": "Education" }} Template Document: Output: Use Case 2: Conditionally color text based on Revenue Display a list of Account's and their revenue. Make the text green if the account brought in more than $100,000 and red if below $50,000. Example data: { "Account": { "Name": "Parent Co", "ChildAccounts": [ { "Name": "Office A", "AnnualRevenue": 30000 }, { "Name": "Office B", "AnnualRevenue": 75000 }, { "Name": "Office C", "AnnualRevenue": 150000 }, { "Name": "Office D", "AnnualRevenue": 124000 }, { "Name": "Office E", "AnnualRevenue": 33000 } ] }} Template Document: Output: Notes IF tags control visibility of shapes and text boxes; slides themselves remain in the presentation.Keep conditions simple to make slide logic easy to maintain. Next Steps About IF IF in Word IF in Excel TitleIF in PowerPointURL NameIF-in-PowerPoint