Layout Input Help

Hey all, I’m trying to find the best way to make some user populated info/header data that doesn’t actually interact with the tables. I’ve played around with this some, but everything i’ve come up with is pretty clumsy.

The app needs to allow the user to input some basic info like name, lat/long, serial number, project etc. This data is unique to the user. The ultimate purpose of the app is to make a ~2page printable (or email) “form” for the user to be able to provide as part of a B2B work flow

Basic App Set Up

Header Information
Name: John Smith
Serial/ID Number: XXXXXXXX
County: Harris
State: TX
Lat: YY.YYYYYY Long: ZZ.ZZZZZZ

Input Data

The user will input data here, which I take and run my calculations in my tab

Output
Chart(s) and a Collection of Container of Fields

Please correct me if I understand you wrong, but wouldn’t you always have to include columns to store the user input data? What exactly are you trying to do when you say “doesn’t actually interact with the tables”?

Based on your setup, if you don’t want to “store” (not sure if that’s what you mean by interact), then you can just have a one-row table that uses user-specific column for inputs.

Are there components in glide that don’t require columns in a table?

Yes, there are components that don’t require a column in a table, but those components don’t accept user input.

If an entry component is accepting user input, then it needs to put that value somewhere, which is a column in a table, so yes you need to attach entry components to columns.

2 Likes