read
This block is part of the twinfield group and was last modified in core v14.0.1.
read v12.0.1 Updated v14.0.1reads a given journal transaction from twinfield.
In pins 3 + flow
- flow
flow - type required
valueThe transaction type (code), e.g.
MEMO. - number required
valueThe transaction number (number), e.g.
201300001. As this number can be padded with zeros, we can only accept it as value. - connection required
twinfieldconnection
Out pins 8 + flow
- flow
flow - success
condition - location
valueReturns the twinfield location of this transaction.
- number
valueTransaction number.
- date
dateTransaction date.
- transaction
objectReturns the twinfield transaction information.
- lines
arrayReturns the lines of this transaction.
- error
value - Connection
twinfieldconnection
A typical wiring for read: a function trigger starts the flow; value feeds the code pin; value feeds the number pin; the flow out pin feeds debug.

Version history
Introduced in v12.0.1.
Last modified in v14.0.1.
Back to
twinfield Return to the main group to view all sub-groups Back to journal transactions Return to the group to view all blocks within this group
