Help
Grow_With_Jen
7 - App Architect
7 - App Architect
since ‎Mar 30, 2020
‎Nov 13, 2023

User Statistics

  • 55 Posts
  • 2 Solutions
  • 8 Kudos given
  • 68 Kudos received

User Activity

Memorializing this since I spent entirely too much time and bugged @Justin_Barrett @Bill.French and @openside to get this output. I needed to output the US date format into an email, but I needed “tomorrow’s date” to be output. The use case was an em...
I would like to flag a new record if it arrives and the email address of the new record matches an email address of a record already in the base. I have gotten as far as lowercasing the email addresses to ensure the capitalization doesn’t throw it of...
I have a feature request - to be able to have variable weight of font within a text box. This would allow me to have something likeFirst Name: {First Name}Within the block. I use a mixture of static text and field variables and I would like to differ...
Ok, I have this script, but I need to check only for duplicates in the same table. Thoughts on what I need to add to ensure the record pulled is not self linking in linked records? //Define the table and query let jobTbl = base.getTable(“Caregiver Ap...
I have two tables in a base. One table is the main profile for a candidate. The profile is generated and their resume is added as an attachment. In the second table, the registered candidate is added with answers to position-specific questions along ...