1- I have a form that is super large with differents tabs, I want to know if it is possible to save the form with a Custom field in each tab, because if not the User every time they open for fill some data has to touch Next, next, next, until the end to finally save.
2- I’m capturing the LATLONG with HERE(), it is possible to concatenate the text address to that so the User dont have to write it?
Yes I know that, but I want to make an “understandable” form, with sections, like I said my form has 150+ columns, that the person can fil in various times, until the completation.
Yes It Is because it’s once big action, it’s for accidentes where you have to fill a lot of details, that maybe you have or bot all together, you have to wait if the cops come, write the names, fire fighters , draw a croquis, whitness, injuries, etc , etc.
Would it work if you create one form per section, or whatever logical groupings you have, and use actions of type “App: go to another view within this app” to jump to the section/form that the user is ready to fill out?
The only other way to do as you describe might be to split the form up using slices then give the user an action button with with something like a LINKTOFILTEREDVIEW() formula. The issue with this though its that if they are press the button to do section A, they can’t then go to section B without saving and then going back in.
But as @SkrOYC said, I’d be very surpised is there is a good case for a 150 column table. Do you have any repeating column types like images etc?