Best answer

Where do I find the reference description for inputFields.type = "copy"?

  • 22 September 2022
  • 4 replies
  • 87 views

Userlevel 1
Badge +1

Zapiers platform field schema for an input-fields’ type enumerates once the string value “copy”

 

I’m having problems to find out more information about it and could benefit from some hypertext references.

icon

Best answer by MarinaH 26 September 2022, 17:56

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

Userlevel 4
Badge +9

Hey @toktok 👋

To use the type of copy in your CLI app, take a look at this:

 

 

Which would show like this in the Zap Editor:

 

 

That type is useful for “bolding”additional helpText that you may want to call out for a whole section, instead of under a specific input field. 

Hope that helps! 

Userlevel 1
Badge +1

Do you have a hypertext reference for that in the zapier domain? @MarinaH

Userlevel 4
Badge +9

Hey @toktok !

The above screenshots are from my own testing in the CLI app - the field schema you’ve linked would be the only public documentation of the ‘copy’ field type. 

Once you start working in the CLI, you can always push the private version of your integration to use it in a Zap and see how the fields appear. 

Userlevel 1
Badge +1

@MarinaH Thanks for clarification/confirmation, very helpful!