Can I make my column editable?

With an If This Then Else formula I made a new column based on info from 10 other columns. Is it possible to make the info in that column (or a new column based on the info in that column) editable by the user?

IF columns do not store data, so no you cannot make it editable.

You need to use a Set Column action somewhere in your app flow to fill a basic type column with the value from the IF column. Then a user can edit that basic column.

An alternative is to just have a basic column for the user to fill, and then have another IF column that returns either the user entered value, or the value from the prior IF column.

1 Like

Thanks, I’ll have a go!

This did the trick! Thanks a lot.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.