When setting a platform request, I select the desired platform from the drop-down list (which seems to loosely match the order of creation rather than the remote view list), but then after checking the automation requests, the platform it tried to request from turned out to be completely different.
Possibly related is the fact that when I first tried to open the GUI, it crashed with the error of the default selected index of the requester-platforms element being out-of-bounds. I commented out the relevant line, which makes it not crash, but is also not likely to quite be the intended behavior.
This is a decently old save with many space platforms and I only recently added this mod. Checking the source code, it seems as though there's code that's supposed to map between the index in the list and the actual platform index, which is probably where the problem would be, but I'm not sure how.