Using form button to add new rows... what if i want to pre-populate rows?

In this Career Coaching app (screenshots attached), users can add “Strengths” and “Growth Areas” by entering a title and description.

However, to make these visually different, I am using a “muscle” image for Strengths and a different image for Growth Areas.

How can I make the same image appear for each new Strength without requiring the user to upload the image when they use the form to add a new Strength?

Here’s what Strengths look like

Here’s the Add Strength form:

You can use the Column Value components to pull values from the screen that has the form button. You should be able to pass along an image url. Otherwise you can add a Relation and Lookup columns or a Single value column in the data tab for the sheet you are adding to.

1 Like