Re: Forms response from multiple choice "Other" blank field, copy all text entered to Excel spreadsheet
Hi @Tif,
The other option always at the first member of the collection of the multiple-choice answer, so we could use json() function convert the answer of the multiple-choice answer into an array, then use index 0 to get the first member.

Then we should initialize an array variable to store all fix options and initialize a string variable to store the other option:

Then put the output of step 1, the first member of the multiple-choice answer, into the condition to determine it whether exists in the all fixed options, if not, means the First member is get from other option, then put it into the Other variable:

Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.