Can I create a form to move lineitems off of one sheet and onto another?
I have an sheet that is populated by an intake form (call this form1). This sheet represents received inventory. I would like to create another form (call this form 2) that will de-populate the first sheet once the material is deployed and move the lineitems to another sheet to represent the status change. The idea is that employees will beable to fill out form 2 in order to request the deployment of a particular line item. Once form 2 is submitted the line item would be populated on another sheet. We have already achived the movement of lineitems from one sheet to another by using logic in a "deployed" feild. We would now like to implement form 2 inorder to create a digital record of the deployment request that will corolate to the movement of the lineitem from one sheet to another. Is this possible?
Answers
-
I would use a URL to prefill the default value technique.😁
In the published demo dashboard below, the deployment request form in the form1 sheet at the top prefills the Row ID and material values to the form2 of the form2: deployment sheet in the middle.
When a user clicks the form, form2, like the one on the right-hand bottom, pops up. The input data goes to form 2: deployment sheet.
With formulas, the form1 sheet gets deployed, deployed date, and deployed date & time text data values.
- deployed
- =IF(JOIN(COLLECT({form 2: deployment Range deployed}, {form 2: deployment Range Row ID}, [Row ID]@row)) = "true", 1, 0)
- deployed date
- =JOIN(COLLECT({form 2: deployment Range deployed date}, {form 2: deployment Range Row ID}, [Row ID]@row))
- deployed data & time text data
- =JOIN(COLLECT({form 2: deployment Range deployed date}, {form 2: deployment Range Row ID}, [Row ID]@row))
- deployed
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 466 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives