Best answer

Is it possible to dynamically change Amazon S3 key name in my Zap?

  • 19 July 2023
  • 6 replies
  • 64 views

Userlevel 1

Is it possible to change the S3 key dynamically based on maybe another step previously used in zapier? I’m using in the previous step a Catch Hook, and I would like to take some input from that step and reuse it as the key for S3

icon

Best answer by Troy Tessalone 20 July 2023, 13:19

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.

6 replies

Userlevel 7
Badge +14

Hi @Arturo 

Good question.

You can do so using a custom Zap step configured with these apps:

Userlevel 1

Thank you @Troy, I will try it out

Userlevel 7
Badge +14

@Arturo 

If you need to parse the XML data for a value, then you can use these options:

  • Formatter > Text > Extract Pattern
  • Ask AI
    • Action: ChatGPT - Extract Structured Text
  • Code

 

The Webhooks app has these available actions:

 

Userlevel 1

Thank you, @Troy Tessalone, for your help! I have used Python code to extract specific values from XML payload. Now, I want to know how I can take use all the keys from xml and set them as column names when creating a text object in Amazon S3.

Userlevel 7
Badge +14

@Arturo 

Try using this Zap action: S3 - Create Text Object

If you need more help, please provide screenshots with what you are trying to configure.

 

Userlevel 1

Thank you Troy, with zapier function of python code I was able to solve it. Thanks a lot!