Hey guys, I have this scenario that seems to finally be working fine, but at the end, I get this error and I am not sure what it means. Anyone can help?
The error message youâre encountering, âValidation failed for one parameter(s) >Collection canât be converted to text for parameter âvalueââ, indicates that thereâs an issue with the data type being passed to a specific parameter, likely in an API call or a module that requires a specific format for input.
Type Conversion: If the parameter indeed expects a text value, ensure that any numeric or other non-text values are properly converted to text using functions like TEXT() or CONVERT() .
More Help Connect here
Thanks boss I will contact you
Hello @Pro_Tanvee and @Carlos_Adell happy Friday ![]()
Great to see that youâre working on figuring out the solution!
Since you might be taking the conversation elsewhere, could you maybe come back in once you have everything figured out and share a brief description of what did the trick for you?
Thanks to that, folks looking for similar information in the future will be able to learn from what you figured out.
Thanks a lot ![]()
Thanks, Michaela! We didnât find the solution to the problem unfortunately
I see, thanks a lot for the update, Carlos ![]()
Letâs see if someone else from the community maybe has any ideas or suggestions, then ![]()
This is an older thread, I understand. I just arrived with the exact same error. Were you @Carlos_Adell ever able to find a solution? If not, if you donât mind me asking, what was your workaround?
Disregard. I just figured it out. I was grabbing the collection name and not the value.
So, I was grabbing this â
![]()
Then I realized missing information, so I changed it to this â
![]()
Funny how things work out. I spent the last few hours trying to figure this out. I even walked away, as that sometimes helps clear my head. Ironically, no sooner did I post my question than it came to me. ![]()
