Home > Forum > Actions > Problem with passing data from item list to subworkflow

Problem with passing data from item list to subworkflow
0

Hi,
I'm creating the workflow for registering agreements with some typical fields: counterparty, agreement no., value, signature date - let's call it Agreement Register (AR). To avoid manually register all necessary data I've also created another workflow (Import Agreements Data) with item list, which is populated using excel file and on entry of default path a subworkflow AR should start using action "for each" collection from the item list populate the fields in AR instance . But even if fields with values of agreements in both workflows are floating type I'm receiving the error from started subworkflow saying that data which I want to put into value fields in Agreement Register is not a decimal. What am I missing here?