1batechit
1batechit7mo ago

Switch case can't get value returned from case

I don't know how to fix this bug ```Cannot read properties of undefined (reading 'aea54620-4a8f-4134-afe8-82618f157703')
No description
Solution:
For this - since the type returned is object, you can access the value directly without the hash-string using dot notation, eg: (x)swai3.ai3.
Jump to solution
3 Replies
1batechit
1batechit7mo ago
When I set the path at the case, then return key-value. But I want to get value without key hash string.
No description
Gaurav Chadha
Gaurav Chadha7mo ago
This happens when there is an incorrect response in the previous step node. You can check and confirm by clicking the green arrow icon after running full workflow test.
Solution
Gaurav Chadha
Gaurav Chadha7mo ago
For this - since the type returned is object, you can access the value directly without the hash-string using dot notation, eg: (x)swai3.ai3.