Forum Discussion
4 Replies
- QuickBaseCoachDQrew CaptainWell, 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 ...... - EvanMartinezModeratorHi Matt,
We do have an online help resource on API calls like Add Record that can be found here
The API guide shows how those calls can be built and then you can put them into a formula like the one Mark posted. - MattMattQrew TraineeThanks very much guys, I got it with Mark's formula. Mark - not the first time you've helped me out, really appreciate it.
- QuickBaseCoachDQrew Captainnp,
just by the way, the reason that you can't use theis that there would be many Apps all with the same table names, like [_DBID_CUSTOMERS].
_But the important reason to always use table names whenever you can (within an app) is that so when you copy an app, the buttons will be still referring to the correct app and not hard coded to your old app.