Set Column Values after Form submit

An alternative is having a text entry column pointing to the status column in the destination table.

Have a default value of “Active” for that entry, and then use a conditional visibility for that component that will never be true (say “Status” is empty, because it will always be not empty thanks to your default value).

1 Like