I am hoping to emulate an existing form. In this form:
- User clicks “Add new record”
- New entry form is shown
- Several text fields are pre-populated with default data that is fetched from a remote service
- User can edit those fields or simply accept the default data.
For example, imagine a form for creating a daily summary, and one of the form fields is “Weather”. The form field could be prepopulated with a weather condition “Sunny” fetched from a weather service.
Is there a way to accomplish this within a Softr app backed by Airtable?