
1
Create Product Description Generator
Create a new Prompt with these system instructions:
System instructions for product description generator
2
Add the Prompt to a no-code agent
Create a no-code agent and add your product description generator Prompt as the first step.

3
Add translation support
Add another AI node to translate the generated product description:
- Connect it after the product description generator Prompt
- Configure it to translate the product description output
-
Choose your target languages
4
Process translations with code block node
Add a Code block node to handle translated product descriptions:
- Split text by language
-
Structure output as key-value pairs
5
Connect logging service
Add an API node to integrate with external systems:
- Log results
- Send notifications
- Connect to analytics
- Trigger actions in other tools
