I working on displaying the data of each guide step within a Unity application
When I make a GET request to the endpoint (msmrw_guidesteps)
e.g. https:/#########.api.crm4.dynamics.com/api/data/v9.2/msmrw_guidesteps'
The response that I get is an array of objects, but the steps are not in sequential order
Is there any way to identify the correct order?
Each object within the array does have a "msmrw_guidestepid" property,