Morning,
I’m traing to create a transform using this json, but the Preview isnt work:
{
"name": "Cria Login Terceiro",
"type": "concat",
"attributes": {
"values": [
{
"type": "static",
"attributes": {
"value": "T"
}
},
{
"type": "leftPad",
"attributes": {
"padding": "0",
"length": "8",
"input": {
"type": "accountattribute",
"attributes": {
"sourceName": "Base",
"attributeName": "matricula"
}
}
}
}
]
}
}
Someone have idea why it’s not work? Could you help me?