I’m still really confused. Do you have a photo of a form that people typically fill out for this? What’s a real-world example of this, from start to finish. Is there an app or video or something that would provide context for this?
Are you having truck drivers document their rigs or something? ChatGPT seemed to think so.
No there is no form or data you can find in the real world. Its just an idea I came up with. Not sure what else I can provide honestly. I’m having the drivers document there loads, which is the different information Im requesting the drivers to fill out in the app. From start to finish, Drivers pick up trailers and have to scale them in order to balance the weight inside the trailers. I want to document their weights and etc in order to provide reasoning why most are under paid when compared to expenses like fuel and and even time of travel. I no its confusing, but thanks again for even trying to understand.
I am wondering if my spreadsheet is set up correctly for thunkable to read the data? So far I believe I have the data coming in on screen 2 from screen 1 but when I nav to screen 3. The label I want to provide a number from hole# comes back at Null.
The first picture is my screen 1. The user will enter the weight number and then click a item in the data viewer. If those two things match in my spreadsheet, I then want the user to be taken to screen 2. On screen two they will choose 2 options from the top category and the bottom category. So lets say I type in 34533 which is in the weight column in my spread sheet and then I click Wabash. You can see that those 2 options are a row in my spreadsheet. Row 2. The user then goes to screen 2 since that statement is true. On page 2 the user clicks the check boxes Halfstacked and 41 or before. You can see it all falls in the 2nd Row in my spreadsheet. After all that information is provided, I only want to return an answer to the user which is the number in Hole# which is the number 2. I hope this makes more sense.