Once again: Set Column Values with ITE/Lookup/Math values during On Submit Action

Generally I avoid setting values on a submit action as the newly created row might not be created in time for those set columns to sync. If you want something more reliable then I would say make a custom form with an add row action. You can add things as you want in that same add row action without worrying about the problem above.