Hi Georgi,
So basically you have an Item(Product; Physical Object call it how you want) and this item has a barcode that you scan. And based on the barcode you can retrieve the productnumber of the item and the product name of the item?
If this is the use case then you can create a non persistent entity called Item and add three attributes Barcode; Productnumber; Product name,
when you scan a Item you fill create an item object and fill the barcode
this item you pass to your sql flow where you can use the attribute barcode in your sql requests
the response of your sql requests the Product name and product number you can add to your non persistent object
and this object you can pass to a page or another flow with all the information in there.
Hope this helps,
Good luck!
Hello Georgi,
I am not sure if i understand your use case right, but I think the best way for you to save your data during different actions is to create a (Non-Persistent) Object with dedicated variables where you store the data (temporary) on.
Hope this helps,
Good luck!