Community
Delay a merge
Do we have some way to delay a merge (parameter, special variables, etc)? For example, I want to execute a merge ONLY after n seconds. Is this possible? Preferable through merge url like '/mergeId?delay=200' or Field Map (sth like '_delay')?
/oauth2/token ==> grant_type: client_credentials is that supported ?
curl --request POST
--url https://www.formstack.com/api/v2/oauth2/token
--header 'accept: application/json'
--header 'content-type: application/json'
--data '
{
"grant_type": "client_credentials",
"client_id": ,
"client_secret": ""
}
'
Error message is 'state' instead of 'county'
Hi
Form with Single File Upload Control - Using the Formstack Power Automate Connector/Trigger: Most forms send as base64, some will send a URL like: https://nameofmycorporation.formstack.com/admin/download/file/16964999999
We have some forms with single file upload controls and most forms seem to send base64 in the JSON payload, but we have a form is sending just a URL, example: https://nameofmycorporation.formstack.com/admin/download/file/16964999999
Downloading signatures via API
Is there a way to download a signature file via API? I tried using the end point:
Deleting submissions based on content of the submission
I need to delete submissions based on the email or name provided as part of the submission. Is there a programmatic way I can delete all submissions that have a specific (or one of many specific) values in the submitted data?
Deleting a file from a submission using the API
I have need to programmatically delete a file from a form submission. The file must be completely deleted from Formstack's systems.
API Interfacing
Does FormStack have the ability to make API calls to retrieve data from other 3rd Party software?
Update an existing record in salesforce with new information?
I am using the formstack web version and I want the new submission to update an existing record in Salesforce. How can I achieve this?
Automate Export Submission in PDF
We would like to get a copy of the submission data in PDF format. Currently, we can go into FormStack Admin and go to the specific submission and then export it to PDF. We would like to automate this.