Direct Entry into Table Field

Is it possible to enter data into a table field field directly.
I have a scenario where the user selects an item form a table list, the trigger creates a new record in a linked table populating the selected item, I then need to add in 3 fields of data for the new record. Is it possible to enter data into those fields in the table directly without the need of creating variables, populating variables then saving the variable into the table. for some scenarios direct entry into the table field is better.

Many thanks for looking

Hey @Spikenaylor -

Have you seen how inputs can be tied directly to table fields? This removes the need for intermediate variables.

NOTE - for these inputs to be enabled, users must have a record loaded into that placeholder, but with the flow you are talking about, this shouldn’t be an issue.

Pete