79680334

Date: 2025-06-26 10:48:14
Score: 4
Natty:
Report link

@yourquestion: yes, you probably are :) but if you place every expression in a init- or set-variables block all by themselves and try to run it that way, you'll probably end up with the variable not being produced the correct way. So:

  1. init var block 1
@replace(split(item(),':')[0],'"','')

2. init var block 2

@replace(split(item(),':')1,'"','')

etc.

This way you can extract the expression producing error and fix exactly that. Does that help?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @yourquestion
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Jonathan