Forms with Packs

Hi all,

We want to submit a URL to an api from a Coda form text box input and render the response back to the doc.

Anyone built this flow with a pack before?

Thanks,

Brian

Hi @Brian_Sowards1 - I think this is possible, although the challenge could be finding a UX that is acceptable. At a minimum I think you could have a button which adds a row to a table, setting one of the columns to the result of calling the Pack formula on the text input.

AddRow([My Table], [My Table].Output, [My Pack]::DoThing([My Input]))
1 Like