API: Escaping Spaces in Table Names

The API doesn’t like spaces in the table name in the URL property of webhook workflows. Does anyone know how to escape the spaces?..

Solved Solved
0 3 745
1 ACCEPTED SOLUTION

@Michael
URLENCODE for the space character is denoted as %20 i.e.

Escaping Table >> Escaping%20Table

Rather than a space in the column headers or table names, I may advise use of an underscore character (_) instead. Then you don’t need to urlencode.

View solution in original post

3 REPLIES 3
Top Labels in this Space