How do I output the results of an array as a String?

Here is my Input Field in a form. Blank, with a placeholder.

Here is my Server Action with $_POST as my expression for a repeat. Then, in the repeat, Set Value for a variable called parts_results.

image

The results in DevTools is exactly what I want to see in the resultant Input Field.

But my resultant Input Field only displays a full-stop! As shown in the Server Action above.

Because the full-stop is showing, just proves that something is working.

Why am I not getting the full results?

Community Page
Last updated: