I've just created an asset builder that creates a news item, filling in all the details including the metadata for the search engine. Once it's created, it also then allows you to add a file underneath it.
Everything is working okay, but I can't seem to work out how I can use the same metadata entered for the news item. Is there a simple way of doing this? Any help would be great!
Since your first asset builder posted the values to the server, you should be able to use %globals_post_<name>%, which should give you the values that you are looking for.
I have not tested this, but in theory, it should work. 
[quote]
Since your first asset builder posted the values to the server, you should be able to use %globals_post_<name>%, which should give you the values that you are looking for.
I have not tested this, but in theory, it should work. 
[/quote]
awesome I'll give that a go! 