Get current row in castStateUsing ImportColumn
Is this possible inside the closure? I need to change the state of one column based on another column.
Solution:Jump to solution
Solved with:
```php
->castStateUsing(function (?string $state, Importer $importer) {
// $importer->getData()['ID']...
return $state;...
1 Reply
Solution
Solved with: