The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, pleaseVisit the Current Forums.
Can multiple web-forms feed the same row upon submission?
I would like to have two webforms: one for an external user and the other for an internal user to each fill out and submit separately but have all the information from each webform compile and fill into the same row on the master sheet.
Is there any way to link the two web-forms so they can feed the same row or is this a technical limitation of smartsheet?
Each webform creates a new row, so not that I am aware.
If the external user is always "first", you could have the system send the internal user a notification when the new row is added. It would be nice if there were treated as an Update Request, but I don't see how to do that.
Samantha, are you aware of theUpdate Requeststhat J. mentioned?
You can send an existing row to anyone and allows them to edit the row. User 1 fills out the web form, then send user 2 an update request for the new row.
=JOIN(COLLECT([Key Supplier]:[Key Supplier], [Part Number]:[Part Number], HAS([Part Numbers]@row, @cell)), \", \")<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question"},"bookmarked":false,"unread":false,"category":{"categoryID":322,"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[{"tagID":254,"urlcode":"Formulas","name":"Formulas"},{"tagID":391,"urlcode":"product-development","name":"Product Development"}]},{"discussionID":107971,"type":"question","name":"IF OR Statement Return False Value","excerpt":"Hi...I'm looking to close a simple IF OR statement and it seems I'm missing something. 2 values where if 1 or the other is less than 0 return \"Red\" if false \"Green\" and returning Green is just getting an error, here is what I have: =IF(OR(IDEA34 < 0, IDEA58 < 0, \"Red\", (\"Green\"))) #incorrect argument😫","snippet":"Hi...I'm looking to close a simple IF OR statement and it seems I'm missing something. 2 values where if 1 or the other is less than 0 return \"Red\" if false \"Green\" and returning…","categoryID":322,"dateInserted":"2023-07-24T13:36:30+00:00","dateUpdated":null,"dateLastComment":"2023-07-24T14:28:58+00:00","insertUserID":125719,"insertUser":{"userID":125719,"name":"John Littler","url":"https:\/\/community.smartsheet.com\/profile\/John%20Littler","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!wpNNPwQhvfo!uidap8QQmDo!EZ4Jh41s4vN","dateLastActive":"2023-07-24T15:49:31+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭"},"updateUserID":null,"lastUserID":8888,"lastUser":{"userID":8888,"name":"Andrée Starå","title":"Smartsheet Expert Consultant & Partner | Workflow Consultant \/ CEO @ WORK BOLD","url":"https:\/\/community.smartsheet.com\/profile\/Andr%C3%A9e%20Star%C3%A5","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/0PAU3GBYQLBT\/nXWM7QXGD6464.jpg","dateLastActive":"2023-07-24T23:44:29+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":3,"countViews":23,"score":null,"hot":3380416528,"url":"https:\/\/community.smartsheet.com\/discussion\/107971\/if-or-statement-return-false-value","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/107971\/if-or-statement-return-false-value","format":"Rich","lastPost":{"discussionID":107971,"commentID":386640,"name":"Re: IF OR Statement Return False Value","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/386640#Comment_386640","dateInserted":"2023-07-24T14:28:58+00:00","insertUserID":8888,"insertUser":{"userID":8888,"name":"Andrée Starå","title":"Smartsheet Expert Consultant & Partner | Workflow Consultant \/ CEO @ WORK BOLD","url":"https:\/\/community.smartsheet.com\/profile\/Andr%C3%A9e%20Star%C3%A5","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/userpics\/0PAU3GBYQLBT\/nXWM7QXGD6464.jpg","dateLastActive":"2023-07-24T23:44:29+00:00","banned":0,"punished":0,"private":false,"label":"✭✭✭✭✭✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Get Help","url":"https:\/\/community.smartsheet.com\/categories\/get-help"},{"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions"}],"groupID":null,"statusID":3,"attributes":{"question":{"status":"accepted","dateAccepted":"2023-07-24T13:49:52+00:00","dateAnswered":"2023-07-24T13:39:05+00:00","acceptedAnswers":[{"commentID":386625,"body":"