Zoho Creator Android app - offline forms with workflow workarounds

Zoho Creator Android app - offline forms with workflow workarounds

One of my main requirements was offline data entry, and I made the mistake of not fully understanding the limitations of the mobile app. I built an application with all sorts of workflow scripts and lookup filters only to find out that neither of these are supported when accessing forms offline https://help.zoho.com/portal/en/community/topic/zoho-creator-ios-app-3-7-2

My question is if anybody has found any workarounds for some specific cases:

1 - filtering lookups when accessing the form offline
2 - hiding / showing form elements (fields, subforms) based on responses to questions when accessing the form offline

These are really the main 2 things that are going to make my application messy if I can't figure out how to accomplish them while offline. I have all sorts of "description" fields that are hidden / shown based on "yes / no" type questions. Having to show everything and hoping the user skips them when they answered no and doesn't skip them when they answer yes - well, you can see that is far from ideal. The filtering also will make managing this application a nightmare if I can't get it going.

Thanks to anybody who has any ideas!