Hey Alteryx Community,
I am trying to create an interface which allows the user to update values in within a table. The users could be anyone within my immediate team. The below is what my table roughly looks like
| | Column Description | Column Description | Column Description |
| Row Description | [Number] | [Number] | [Number] |
| Row Description | [Number] | [Number] | [Number] |
| Row Description | [Number] | [Number] | [Number] |
I need the user to update every single cell which contains 'number'. Because the table is already in a format which the user understands, I was hoping to create some sort of an interface, which shows them the exact same table layout, with the ability to change the concerned cells.
Based on what I've seen so far, it doesn't seem like there's a native capability in Alteryx to do something like this (even with the interface tools). However, just wanted to check to see if someone is aware of a workaround to something like this.