New Member
Since ‎01-29-2020
‎01-18-2022

My Stats

  • 26 Posts
  • 0 Solutions
  • 26 Likes given
  • 12 Likes received

luispablo's Bio

Badges BenBl Earned

View all badges

Recent Activity

Hey all, I have a list of orders sorted by priority. Each order has a list of associated tasks sorted by step sequence. Each task has a duration. e.g. Order 1 priority 3: Step 1) Unclamp 25 pieces. - 1 hour Step 2) Mask 25 pieces. - 3 hours step 3) P...
TLDR: Generating an email body from a Word document template works (respects font sizes and colours). Generating an email body from the same template, but as a Google Doc, does not work (text appears, but the font colours and sizes are not respected)...
Hey all, I have an orders table. Each row in the table has a priority that’s manually assigned. I’m trying to allow the user (or later, an action) to reassign priorities. The strategy is: Priorities are assigned by the user and can be arbitrary, thou...
Hey all, Quick version: Action 1 is defined: For a record of Table A, “Execute an action on a set of rows”. Referenced table: Table B. Referenced action: Action 2. Action 2 is defined: For a record of table B, “Add a new row to another table using va...
Hey all, I’m testing out workday() in a template. It’s Saturday, Feb 20th. Workday(today(),0) is returning Sunday, Feb 21. I’m not sure what behaviour one should get doing (Saturday, 0), but it almost definitely shouldn’t be returning a weekend day. ...