Hi Elamathi, you can queue offline actions in Mendix by storing them in a local entity (e.g. QueuedAction) using nanoflows. When back online, check connectivity and loop through the queue to sync actions via microflows. This allows offline form submissions to be synced automatically.
I hope this one helps you!