Case
Description:
Action Case
Cases are the possible outputs of the evaluated action switch expression. Only the actions of the case which is equal to the evaluated expression from the switch, will be executed.
For example, suppose the switch expression is #{attr} == 'success' ? 'A' : 'B'
Here we can have two cases
Case 1:
A
Case 2:
B
If the outcome of expression is A, then the actions of case A will be executed or if the outcome is B then action of case B will be executed. If the outcome does not match any of the cases, then nothing will execute.
Allowed Parent Components:
Switch
Allowed Child Components:
Abort
Abort If DataStore Is Empty
Action Copy
Action Download Attachment
Action Group
Action Search
Add Breadcrumb Item
Add Connection
Add Smart Search Filters
Change Language
Choose Attachment
Clear All Filters
Clear All Query Params
Clear All StoreRecord Messages
Clear DataSource
Clear Grid Sort
Clear Query Param
Clear Smart Search Filters
Clear StoreRecord Message
Confirm Message
Copy StoreRecord
Delete Current Record
Delete Selected Records
Deselect All Records
Duplicate Item
Duplicate StoreRecord
Eval And Execute Expression
Export Data
Export To Google Sheet
Geo Location
Go Back
Go To First Field
Go To First Record
Go To Item
Go To Last Record
Go To Next Record
Go To Page
Go To Previous Record
Hide Item
Hide Popup
Import Data
Insert Record
Invoke DataSource
Invoke Trigger
Loop
Loop Records
Multi Sheet Export
Open URL
Print Props To Console
Print To Console
Query DataSource
Reduce
Refresh DataSource
Refresh Navigation Menu
Register State
Remove Connection
Reset DataStore
Reset StoreRecord
Save DataSource
Save Transaction
Save Video Recording
Select All Records
Server Validate
Set As Current StoreRecord
Set Message On StoreRecord
Show Item
Show Message
Show Popup
Silent Sign Out
Start Video Recording
Stop Video Recording
Switch
Update Item Number Property
Update Item String Property
Update StoreRecord
Wait
Wait For LOV
Properties
➤ Case
Provide a constant string value (without quotes) for this case to match the above switch condition
Allowed Values: Free text field
Last updated