Can you select columns when the "copy rows" workflow is triggered?
Hello!
I have two sheets for contracts. On the first one people will submit a contract via Smartsheet forms and with the copy rows workflow, the information entered will go to my master contract sheet. Everything works perfectly fine, the only problem is that the form people use to submit new contracts contains a lot of questions (columns) and I really do not want to have those many columns on my master contract sheet.
Also, I am not familiar with Jira but my organization is allowing me to use it as add on, if anyone reading this is familiar with Jira and after reading my current process do you think this system could help me?
Thank you,
Answers
-
Andrée Starå ✭✭✭✭✭✭
Hi Patricia,
Unfortunately, it's not possible at the moment to select columns to copy but my understanding is that it's coming, but it's an excellent idea!
Please submit an Enhancement Request when you have a moment to have your vote added
I don't think Jira would help this use-case!
I hope that helps!
Have a fantastic weekend & Happy New Year!
Best,
Andrée Starå
工作流Consultant / CEO @WORK BOLD
✅Did my post help answer your question or solve your problem? Please help the Community bymarking it as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå| Workflow Consultant / CEO @WORK BOLD
W:www.workbold.com| E:[email protected]| P: +46 (0) - 72 - 510 99 35
Feel free to contact me about help with Smartsheet, integrations, general workflow advice, or something else entirely.
Categories
You would use the below for Jan 2023 and adjust the month and year numbers accordingly for each of the other months.<\/p>
=IF(AND(MONTH([Start Date]@row)<= 1, YEAR([Start Date]@row)<= 2023, MONTH([End Date]@row)>= 1, YEAR([End Date]@row)>= 2023), [$ per month]@row)<\/p>"},{"commentID":387901,"body":"
Lets try a different approach.<\/p>
=IF(AND(VALUE(YEAR([Start Date]@row) + IF(MONTH(Start Date]@row)< 10, \"0\", \"//www.santa-greenland.com/community/discussion/65026/\") + MONTH([Start Date]@row))<= 202307<\/strong>, VALUE(YEAR([End Date]@row) + IF(MONTH([End Date]@row)< 10, \"0\", \"//www.santa-greenland.com/community/discussion/65026/\") + MONTH([End Date]@row))>= 202307<\/strong>), [$ per month]@row)<\/p> Basically we are creating a yyyymm stamp from the start and end dates and comparing them to the yyyymm stamp for that year\/month combo. The above is for July 2023 (202307).<\/p>"},{"commentID":387906,"body":"
<\/p>