The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi! I have a sort of complicated situation and I’ve been able to figure out what i need to do, but not the way to actually accomplish it.
I have a base with three tables in it:
Jotform (A) | Supplies (B) | Split Requests (C)
Table A is bringing in re...
Hi,
I’ve been searching for a way to create a button (either in the table or in an app block, I don’t care where) that will create five new fields and make them appear in the currently selected view or in one specifically selected in script bock. Aga...
It’s finished! Here’s the working script, factoring in values from two fields in Table A, matching or creating a record in Table B, and then splitting the request and linking everything in Table C. A cherry on top, I have a field in Table A where I k...
I’m stuck again and scratching my head. I am trying to match up the name of the item from Table A with an item in Table B, and if it can’t, then it creates a new record in table B with the values from the aprsed out info in Table A. I found a thread ...
Update – I got past the parsing hurdle! I can now click the button in Table A and get a markdown readout.
Here’s the cell I’m testing with:
Extension Cord (specify length in notes),2,12+ feet
Power Strip,4
And here’s the script now:
const tA = ba...
Thanks! I’m working through it now. Here’s what I’ve got so far, working my way down, right now just trying to parse out the lines in the textbox and see if i can view it split in markdown before going to step two. i also made variables for all of th...