JSON Output in Flowbuilder 2.0
I am currently working with the Flowbuilder 2.0 and have encountered an issue that I cannot resolve on my own. It concerns the configuration of the output in the "Edit Output" section. My goal is to generate a JSON output like this:
{
"body": "EntwurfGruppe/XYZ123",
"status": "200"
}
However, the label I am required to specify in the "Edit Output" section is automatically added as an additional key in the JSON output. This results in a nested structure like this:
{
"body": {
"label": "EntwurfGruppe/XYZ123"
},
"status": "200" }
Here is what I have tried so far to achieve the desired result:
1. Adjusting the label (e.g., changing it to body or other names).
2. Switching the output type from "Text" to "JavaScript" to work with template literals.
3. Reviewing the documentation and forums for any way to disable or bypass the mandatory label.
Unfortunately, despite my efforts, I have been unable to produce the desired JSON output. Since this functionality is essential for my workflow, I kindly ask if there is a way to remove the label from the output or if there is a workaround that I might have missed.
Thank you very much in advance for your support.
2 Replies
AI Support Bot Information
<@607647473506451456> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human!
Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers.
Please note: Team members will review and answer the questions on best efforts basis.
AI Response
It seems there are no specific mentions in the retrieved documents about removing or bypassing a mandatory label in the JSON output configuration within the "Edit Output" section of Flowbuilder 2.0. However, the general guidance on the output configuration suggests that it can be specified in the form UI or through JSON schema. This implies that customization might be possible with the right configuration approach【4:15†source】.
Unfortunately, without more detailed documentation or specific examples, it might be challenging to find a direct solution to eliminate the label automatically added by the configuration system. If this functionality is critical, you might want to reach out for direct support from BuildShip through their support channels or their community, as they could provide additional insights or workarounds tailored to the feature limitations and capabilities【4:19†source】.
For a potential workaround, you could attempt to manipulate the JSON structure post-processing to remove the label programmatically if the platform allows for running scripts or custom logic after the initial data generation. Alternatively, seeking feature requests or enhancements via their community might also be an option if this functionality isn't currently supported by design.
BuildShip AI Support