Script: Podio App MySQL Structure
Script:
- podio_app_mysql_structure.pf
Function:
Create SQL statement to create (or update) a MySQL table for GlobiFlow MySQL sync
Arguments:
- "app_id" (integer)
- "include_calcs" (boolean - true or false whether to include calculation fields)
- "conn_name" (string - optional connection name of your mysql connection)
- "table_name" (string - optional name for table - defaults to name of app)
Returns:
- SQL statement to create or alter the table, or blank if no changes are needed
Try it out
GF Preview
The below is a mock representation of what the action should look like in GlobiFlow (with our Chrome Extension).
Capture Result of a Remote ProcFu Script
Header(s): |
***************************************
you@yourdomain.com
|
varname =
|
|
From URL: |
https://procfu.com/exe/podio_app_mysql_structure.pf
|
POST Params: |
app_id=[some token]&include_calcs=[some token]&conn_name=[some token]&table_name=[some token]
|
If you do not have our Chrome Extension, the step should look something like this (click on "Headers" to show value).
Capture Result of a Remote POST or GET
Header(s): | |
Follow Redirects: | |
varname =
|
|
From URL: | |
POST Params: |
app_id=[some token]&include_calcs=[some token]&conn_name=[some token]&table_name=[some token]
|