Hello,
I am running PairwiseDissolve in a script...
arcpy.analysis.PairwiseDissolve(fc_1, fc_2, 'cl_id')
and get the following error.

I narrowed the issue down to two field names, FolderPath, PopupInfo. Renaming the fields to folderpath, and popupinfo fixed the problem. Any ideas why this error occurred and why the fix worked? Thx.
Tyler
ArcGIS Pro 3.1.0
searchable error:
ExecuteError: Failed to execute. Parameters are not valid.
ERROR 000369: Invalid input field(s)
Failed to execute (PairwiseDissolve).