Hi, I have a form where NAME is selected and then the model of the car, number plate and other data are automatically assigned. the result should then be output in an excel sheet. I tried with logic, but then I have columns in excel for car 1, car 2, car 3. but I only need one column with car model. what is the easiest way to do this?
I saw that about the models. But that doesn’t help me.
I have a form in which only the NAME is selected. Depending on the NAME, a car model is to be assigned, plus a registration number, plus a maximum mileage, plus a delivery date, because that is fixed. There are no changes.
Example: chosen name: emduxx automatically / fixed: Car model: Audi A7 number plate: B – OS 2021 max. KM: 120.000 return date: 05.05.2023
I am not trained enough in JavaScript to implement this. If you have an example of JS code it would help me a lot.