Michael_Hjorten wrote:
Hi Adam,
Correct, users will fill out the review form, which will create a Record within the Table and then shows up to that view. There is one catch and I am wondering if this is the issue.
When a user submits the form, the form is designed in the screenshot. User will select one of the options that applies to the QA review on an individual. When the reviewer selects the choice, that point selection has an automation running when the form is submitted to update the numeric value field. I believe thinking more into this, that maybe the issue because when the form is submitted those values are not calculated into the numeric value fields until that automation completes.
Does that make sense?
Based on if that is true I may need to run the append to sheets with a delay some how.

Hey Michael, yeah that’s definitely something to investigate.
Maybe change the condition of the record appearing in the view to make sure that the number field the automation you mentioned is supposed to update is not empty?
That way the append row automation will only run after the that other automation’s been completed
We could also put the append row action as the last action of the automation you’re using to update the numeric field?
—
As an aside, may I know what issues you faced using a formula field to convert the select option into a number? Feels like we can just do that instead of using an automation, saving you an automation run