The CreatorCon Call for Content is officially open! Get started here.

Creating an app for requesting an Update/Addition/Deletion to Records in a Table with approvals

joeypro24
Tera Contributor

I am currently trying to create an app for my team that a user can make a request to update/add/delete records in a data table. I am currently using the app engine studio to accomplish this, using either a record producer or standard catalog item request as the interface. My biggest issue is having all of this automated so that when a user makes a request for and addition/deletion/update is to have it go through 2 levels of approval and have the app, if approved, make the addition/deletion/update automatically to the table. Any help is truly appreciated. 

5 REPLIES 5

Hi @joeypro24 

 

As @AshishKM  suggested use AES for this.

 

1. Create a catalog item not Record producer.

2. In Catalog item add 3 variable - Add / Update / Delete.

3. Another variable to get user input.

4. Submit

5. Once submit build a Flow with Switch.

6. As per Inputs like Add/ Delete / Update write script to do the action.

 

Hope this will work. Also before you start, have pen paper and try to visualize this and then configure. 

 

@AshishKM your thoughts / expertise welcome. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************