Hi All,
I am trying to make an app work offline using the On Device Storage. I am getting the data collection from the REST API in the Global Canvas and trying to create a record in On Device Storage for the first time and trying to update the Record next time onwards when the app is launched . I am able to Create the record. But now the On Device Storage is creating the Id dynamically . So when I opened the next time how will I get the dynamic ID created initially and update the existing records in device storage?
When the device is offline how will I Get the Device Storage record as I need to pass the ID here also.
Can someone please help me here as I am stuck.
Please find the flow function I have added.
Thanks,
Anjaly