Forum Discussion
QuickBaseCoachD
6 years agoQrew Captain
?a=API_GenAddRecordForm" will pop up an Add Record form for a human user to complete and manually save. That could only be used as the very last step in an API Button.
?a=API_AddRecord" will create a record.
You want to use the latter API
?a=API_AddRecord" will create a record.
You want to use the latter API
QuickBaseCoachD
6 years agoQrew Captain
I'm confused now. Can you post the code that is not working?