Can you try this change
If([Status] = "PACE - Rapid Request",
URLRoot() & "db/" & [_DBID_INTAKE] & "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_89=" & URLEncode(Solution Squad - Review")
& "&rdr=" & URLEncode(URLRoot() & "db/" & [_DBID_INTAKE] & "?a=dr&rid="& [Record ID#]),"")
The issue may be that you are building a URL and they do not like spaces or special characters, so text which may have that needs to be URLEncoded.
ie need to URLEncode the phrase
Solution Squad - Reviewhas spaces in it.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.commark.shnier@gmail.com
------------------------------