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
08:30
Learn how to filter and sort data entries using the live list logic block
11:21
Learn how to build reusable tab components for creating a dynamic navbar.
03:49
Learn how to create one string of text by combining multiple strings of text.