Hello I wonder if you can help
I am using a react.js form to collect customer data and would like to connect this information to Airetable. this is what I have so far:
file 1 - data file
import { useState } from “react”;
import axios from “axios”;
...