Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RUN Command using result as input for another map

Status
Not open for further replies.

suziequeue

Programmer
Jul 26, 2006
4
US
Has anyone had difficulty using the Run command to get output (group structure not text) from one map as input to another map? Keep getting "Output argument of rule does not match output type:" even though these (output/input) matched up before it was necessary to pull the map apart into 2 maps. Any hints for troubleshooting?
 
You're probably trying to return the results into a group not an Item. That's why it says there is a mismatch.
Data returned from a run map can't be returned to a card of formatted data - it's just a text string..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top