Hi,
I have this problem with an app, basically I have a Type “Espacio” that has a list of “Pagos” and the fields of “Pagos” are “forma_pago” which is text and “forma_pago_2” which is option set.
The thing is that I need to convert all “forma_pago” to the new “forma_pago_2” to mantain everything more organized with option sets. But I tried scheduling an API workflow to make changes to a list of things and didn´t worked.
- I schedule the API workflow on a list
- Then I make changes
- The first filter is to match “forma_pago_2” to the old “forma_pago”
- And the second filter is to only do the changes to the correct “Pago”
Can you tell me please what am I doing wrong?
Thanks in advance