I’m trying to create a list that allows me to store multiple instances of a single column.
Say I have a column names “steps” which is a single line of text, and I want the user to be able to add as many as possible.
Can I do this currently in Sharepoint Lists?
Bonus points for allowing me to do it in a LoopUp column, for more complex types.
You will need to create a “Custom Field Type” to do this. Then you can delimit your different lines somehow (the internal columns link Multi-lookup, multi-choice etc use ;# as a delimiter but you can use whatever)