Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Change the value of a column if in another column is uploaded a file

I would create a bot that change the value of the column "stato" in "done" when in the column "pdf" is uploaded a file.

How could I proceed?

Solved Solved
0 4 247
1 ACCEPTED SOLUTION

I think you can:

  1. Create a New Bot
  2. When this EVENT occurs:
    1. Event Type:Data Change:
    2. Table: Select table 
    3. Data Change Type: Updates
    4. Condition: AND(ISBLANK([_thisRow_Before].[pdf]),ISNOTBLANK([_thisRow_after].[pdf]))
  3. Run this PROCESS
    1. Run a data action
    2. Set row values
    3. Set these column(s)
      1. [stato] = "done"

View solution in original post

4 REPLIES 4
Top Labels in this Space