In this tutorial, we’ll dive into exporting data to another system using fixed-width formatting
You will learn:
By the end of this video, you’ll have a good knowledge about how the Workflow environment works, making it a useful skill to any Pluxbox project!
Code for triggering your process:
[
{
"key": "fullName",
"start": 0,
"stop": 20
},
{
"key": "email",
"start": 20,
"stop": 40
}
]
Code for the playgrond:
mutation triggerProcess{
processes{
export_files{
status
}
}
}
query listFiles{
integrations{
file_transfer_pluxin_file_transfer{
listFiles(path:"/"){
name
type
}
}
}
}
query downloadFile{
integrations{
file_transfer_pluxin_file_transfer{
downloadFromURL(path:"/testfile_export.txt"){
path
}
}
}
}
Do you need more information? Go to Pluxbox Documentation
Learn how to use the Conditional block to show movies in specific genres.
Learn how to iterate through a list of items using the loop list block.
Build a reusable button component and add interactions and settings to your component.
We use cookies and other tracking technologies to improve your browsing experience on our website, to analyze our website traffic, and to understand where our visitors are coming from. By browsing our website, you consent to our use of cookies and other tracking technologies.