I was contacted by @Anonymous
We have found an issue when using the output of the compose that has the following expression float(outputs('05.5.1_-_Hours')).
When using that output, for example adding to a variable, we have the following message:
We have seen following in the code view, the original step had this code view:
{
"inputs": {
"name": "psa_hours",
"value": "@outputs('05.5.2_-_Convert_to_Floating_Integer')"
}
}
After changing the step by removing the output and adding again, the code view is:
{
"inputs": {
"name": "psa_hours",
"value": "@outputs('05.5.2_-_Convert_to_Floating_Integer')?['2_-_CONVERT_TO_FLOATING_INTEGER_outputs']?['$']"
}
}
The workaround is typing the output code as an expression.
What could be the problem?
Thanks for the quick feedback.
Regards,
Frederik Bisback