In this tutorial, we'll teach you how to map data from one source into another with Pluxbox. We will use the News API integration and map its data into our dataset using the Map Object Block.
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:
mutation{
processes{
import_csv_files{
status
processName
}
}
}
Do you need more information? Go to Pluxbox Documentation
03:52
Learn how to create a data collection and display data dynamically using logic blocks.
05:20
Learn how to create a detail page and connect each data to its details
09:36
Learn how to use the frame tool inside Pluxbox to dynamically load views within another view.