I am using a field formatter view to display a multiple paragraph field using a views display passing the ID values in the arguments. It seems that the view is ordering the items based on the ID and not the order passed by the display.
View Settings:
Contextual filter:
- When the filter value is NOT available > Content ID > Provide default value > Raw value from URL > path component 1
- More > Allow multiple values is checked
Sort Criteria:None
The view is receiving the items in this order:
157, 11, 95 ( CORRECT )
The view is rendering the items in this order:
11, 95, 157. ( WRONG )