Hello,
I am currently building an AppSheet that mimics a “job posting board”. Table A is going to be a list of open available jobs that all have a “Job Posting ID” as a unique identifier.
I would like to create an action that users can press when viewing the Job Posting to “apply” for the role which all the data will be housed in Table B. The application form will have a field for “Job Posting ID” which comes from Table A along with other form fields such as name, email, resume attachment.
Is there a workaround to getting an action that just takes the “Job Posting ID” from Table A and opens a new form for Table B but then prompts the user for the other information?