Is it possible to create an automation that will populate a cell with a formula instead of text or a drop down value?
I am trying to get a column to populate with the name of a user who checked a box. For the action block of the automation, I selected Change Cell Value in Column to
=([Modified By])@row
The automation works, but it treats this as a text output and populates the cell with an apostrophe preceding the equation:
'=([Modified By])@row
Any suggestions on how to get this to insert the actual formula and have it function as a formula?