Hi I’m trying to store data within the app or to cloud so i can view at a later stage but not sure how, so after the info has been entered the jobs been completed i want to move it somewhere else to view.
Where exactly do you mean by “somewhere else”?
1 Like
Let’s say another tab.
Do you have a column in your Jobs table for Job Status?
If yes, you can use that as a filter.
So if you want to show current jobs on one tab and completed jobs on another tab, you can create two tabs and add the same inline list to each tab. Set the filter on one to show only current jobs, and filter the other to show only completed jobs.
1 Like