Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Well, the format is identical but you cannot refer to the table name in [square brackets]. You just need to type the actual table name like
urlroot() & "db/" & "xxxxxxx" & "?act=API_ AddRecord ......
urlroot() & "db/" & "xxxxxxx" & "?act=API_ AddRecord ......