Clarity on creating tables and how to use them in workflows.

Tyler Jones
Tera Contributor

Hello!

I am trying to get some clarity on creating custom tables and how they interact with a workflow. I have a catalog item, File Share Access, that requires the destination folder Department Head approval, the Requested For Manager approval, and a final group approval from our Admin team. The last two are easy to implement, but the Department Head approvals are giving me an issue. I created a new table called File Share Access Approvers with two new columns - Department Approver and Folder Name.

Here are a few questions:

  1. What type of fields should those be? Currently I have the Department Approver as a Reference field to the User table and the Folder Name as a String field.

  2. Second, how do I associate the Folder Names to the select box on the catalog item? I need certain people to approve based on what is selected in the dropdown menu.

  3. Once I have the Folder Name field matching the variables on the catalog item, how do I associate the Department Approver field to each folder?

  4. Finally, I'm guessing there's a glide record script to reach this custom table and approvers?

Sorry for the confusion, but I feel like I've signed up for a requirement that's a bit out of my scope lol. I'm getting there, but I'm learning as I go! Thank you for your patience and input.

5 REPLIES 5

Wouldn't I have to do that multiple times if each choice is a different approver?