Priyanka Posted September 7, 2023 Share Posted September 7, 2023 Hello Everyone, I am new to Simio, and need your help to figure out this. I am using search step to search for certain rows in a table that satisfy my condition. The search step performs as expected. I want to now to retrieve the values of the row associated with the found token. How do I do it? Also, if more than 1 row satisfies my search criteria then does Simio creates found token for each row ? or the information for all the rows in stored in one single token?. Link to comment Share on other sites More sharing options...
ViniciusF Posted November 28, 2023 Share Posted November 28, 2023 Hi, it creates a token for each row that matches the condition (given that you did not limit the search). You can access it using TableName.ColumnName. Link to comment Share on other sites More sharing options...
Recommended Posts