IF Else Statement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-02-19 11:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-02-19 12:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-02-19 12:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-02-19 12:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-02-19 12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-02-22 06:41 PM
Are there any plans to add Immediate If (iif) to the expressions? That sure would simplify many things.
------------------------------
Kevin Miller
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-02-22 01:04 PM
As far as I know, there are no plans to add support for a ternary conditional operation as a native function within the Calculation stage. Within a process/VBO flow you can replicate the basic capability though by using a regular Decision stage and two Calculation stages as depicted below.
You can also use the IIF (VB.NET) or ?: (C#) features within Code stages.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-02-22 06:47 AM
There is a workaround :
Replace( Replace( {Condition} ;
True; {CommandIfTrue} );
False; {CommandIfFalse} )
-------------------------------------------
Sent: 2/24/2022 1:41:00 PM
From: Kevin Miller
Subject: RE: Without a code stage, this…
Hi Ami,
Are there any plans to add Immediate If (iif) to the expressions? That sure would simplify many things.
------------------------------
Kevin Miller
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-02-22 02:41 PM
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-03-22 08:38 AM
You can use the If Else Statement using Decision Stage in Blue Prism. Screenshot attached below
------------------------------
Vikash Anand
Application Development Senior Analyst
Accenture
------------------------------
