Hi Experts
We have a requirement to replace a manual process which is currently performing using Excel sheet . At present the excel sheet gets the manual signatures from various users. I need to automate this using XCP forms builder , Process builder and taskspace
The excel sheet looks like below . It needs 200 rows
| Number | Name | Designation | Price | Number | Project Name |
|---|
| 1 | | | | | |
| 2 | | | | | |
| 3 | | | | | |
| 4 | | | | | |
| -- | | | | | |
| -- | | | | | |
| 200 | | | | | |
I need to convert this excel sheet with 200 rows to a form . I need the ability to do calculation in column to see the total price. and if possible hide a column according to user roles
Can you please throw some hints or ideas to design this application ?