Hi
@jgregor4,
We can look at extending the VBO further to support writing. In the meantime, you can do this yourself with your local copy of the VBO.
- Make a duplicate/copy of the Get Footer Text or Get Header Text actions.
- Name the copy something like Write Footer Text or Write Header Text.
- Extend the input of the Start stage to include a new Text data item. Name it something like Footer Text (for the Footer action).
- Change the name of the internal Code stage to reflect that you're setting the text instead of getting it.
- Open the Code stage and add another input value to receive the input text.
- On the Output tab, get rid of the output parameter for footer_text
- Now, on the Code tab, change line #12 to basically reverse the variables in the set.
NOTE: The above screenshot assumes your new input variable will be name
footer_text. If it's named something else, just replace footer_text with your name and swap the order.
Does that make sense?
Cheers,
Eric