Forum Discussion
IvanWeiss
6 years agoQrew Captain
Thanks! That did it. Those URL Encodes still get me, I cant figure out the consistent rules to them
Ivan J. Weiss, CFSP | Executive Vice President & COO | elite|studio e
631.949.6635 | www.elitestudioe.com
Connect with us. LinkedIn | Instagram
------Original Message------
Post your formula; it's likely a syntax error.
------------------------------
Laura Thacker (IDS)
laura@intelligentdbs.com
(626) 771 0454
------------------------------
Laura_Thacker
6 years agoQrew Commander
Strongly recommend the Magic Buttons application in the Exchange - this will give you huge insights to formatting of formulas; especially when the Quick Base format is new to you.
Remember on redirects you have to URLEncode() the redirect location otherwise the formula doesn't know what to do after the initial API action.
------------------------------
Laura Thacker (IDS)
laura@intelligentdbs.com
(626) 771 0454
------------------------------
Remember on redirects you have to URLEncode() the redirect location otherwise the formula doesn't know what to do after the initial API action.
------------------------------
Laura Thacker (IDS)
laura@intelligentdbs.com
(626) 771 0454
------------------------------
- MarkShnier__You6 years ago
Qrew Legend
Ivan
When you have successive URL API calls, this would be the generic Syntax. you just slice as much off the salami as you need.
$URLONE
& "&rdr=" & URLEncode($URLTWO)
& URLEncode("&rdr=" & URLEncode($URLTHREE))
& URLEncode(URLEncode("&rdr=" & URLEncode($URLFOUR)))
so in your case it is 2 slices so, .....
$URLONE
& "&rdr=" & URLEncode($URLTWO)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------ - IvanWeiss6 years agoQrew CaptainThanks! I do have the magic buttons app and periodically have looked at it. Maybe need to spend a bit more time.
Everything seems quite easy to understand except I always seem to mess up these URL Encodes lol
Learning curve I guess!
------------------------------
Ivan Weiss
------------------------------