Hi all,
I am trying to replicate a process that is outdated and currently performed in access database.
Please can someone advise on how I create a workflow/app that allows me to do the following to the table below:
| Supplier (Beneficiary) Name | Narrative | Capital/Revenue | Suppler Site Code | Live Supplier Name | Supplier Match | Approved Supplier Name |
| Gardening services PLC | Gardening work completed at main office | Capital | 600 | Gardening services PLC | Match | Gardening services PLC |
| The Bin Cleaning company | CEO's huge bin cleaned | Capital | 700 | The Bin Cleaning company | Match | The Bin Cleaning company |
| Tom Tompson | Direct Payment | Capital | 800 | Tom Tompson | Match | Redacted |
| Gladice Humphrey | Direct Payment | Capital | 900 | Gladice Humphrey | Match | Redacted |
1 - The process needs to be able to read a row at a time and display two columns of information (this will help with the redaction process later). The two columns I need to incorporate are 'Supplier (Beneficiary) Name' & 'Narrative'.
2 - Based on what is in the two columns display I need the process to create a new column which either approves or redacts the 'Supplier (Beneficiary) Name.
3 - If the 'Supplier (Beneficiary) Name' and 'Narrative' can be used to identify are person the corresponding cell in the new column called 'Approved Supplier Name' should fill with 'Redacted Personal Data'.
4 - If the 'Supplier (Beneficiary) Name' and 'Narrative' can be used to identify a company the corresponding cell in 'Approved Supplier Name' should be a copy the 'Supplier (Beneficiary) Name'.
5 - I have provided an example of how the last column should look in the table above.
6 - One last point - I will have to check the 'Supplier (Beneficiary) Name' and 'Narrative' manually each month (as new suppliers are added), so it would be great if these could be visualized alongside the approval and redaction process.
Is this something that can be replicated in Alteryx?
Thanks!