The community member is seeking help with a Google Search Result Scraper actor. They provide an example where the input keywords are "Keyword 1", "Keyword 2", and "keyword 3", but the output is "Keyword 2", "Keyword 3", "Keyword 1", which is not in the same order as the input. The community member is asking if there is a way to make the output sorted in the same order as the input.
In the comments, another community member suggests limiting the "Max Concurrency" in the input to 1, but notes that this may come at the expense of speed.