I want to create a scenario that copies specific values from a Notion database and inserts them into another Notion database within the same workspace. To achieve this, I did the following:
- I added a Notion module to retrieve data from the database called “Perfil sociodemográfico” (this is the database from which we will extract the data to copy and insert into the other database).
- I added a second module called “Create a Database Item” and connected it to the second database, named “Db lista de colaboradores-oxi”, configuring it as follows:
The fields configured in this module are the same as those in the “listado de personal” database, except for the “comités” field, which does not need to capture any information.
The values that module 2 is capturing come from module 1 and are found in properties value, as follows:
When I run the scenario, I get the following error:
Missing value of required parameter ‘url’.
As you can see, the first module works fine, but when it reaches the second module, I encounter different errors. In this case, it says, “Missing value of required parameter ‘url’.” However, when I check module 2, there are only two fields that require a URL: the signature field and the photo field. Both fields contain a URL, as shown in the following image.
I tried re-entering the URL and running the scenario again, but now I get the following error:
“The value Xqf_ at index 0 contains an invalid URL. A file of type external
cannot contain a file URL hosted on Notion. Use the file
type. The value VWB at index 0 contains an invalid URL. A file of type external
cannot contain a file URL hosted on Notion. Use the file
type.”
I’m not sure what I’m doing wrong. Can someone guide me on how to properly configure this scenario? I believe the error is related to the image files, such as the photo and signature.
I appreciate your help.
Deseo crear un escenario que copie valores específicos de una base de datos de Notion y los inserte en otra base de datos del mismo notion en el mismo espacio de trabajo, para ello realice lo siguiente:
-
Agregue un modulo de notion para que mirara los datos de la base de datos denominada Perfil sociodemnografico (de esta BBDD se extraeran lo datos que copiarenos e insertaremos en la otra BBdd)
-
Agregue un segundo modulo denominado “create a Database Item” y lo conecte con la segunda base de datos denominada Db lista de colaboradores-oxi y lo configure de la siguiente manera:
Los campos confiurados en este modulo son los mismos que tiene la base de datos “listado de personal”, a excepcion del campo comites que no es necesario capturar ninguna información.
Los valores que el modulo 2 esta capturando son los provenientes del modulo 1 y que se encuentran en properties value, asi
Al ejecutar el escenario me arroja el siguiente error
Missing value of required parameter ‘url’.
Como se puede observar el primer modulo funciona bien, pero al llegar al segundo modulo me salen diferentes errores, para este caso me dice que "Falta el valor del parámetro requerido ‘url’. " pero al observa el modulo 2, solo existen dos campos que me solicitan una URL, el campo de firma y el foto y ambos campos tienen la url, como se bserva en la siguiente imagen
Trate de volver a colocarle la url de nuevo y ejecutar el escenario y ahora me arroja el siguiente error
“El valor Xqf_ en el índice 0 contiene una URL no válida. Un archivo de tipo external
no puede contener una URL de archivo alojada en Notion. Use el tipo file
. ;El valor VWB en el índice 0 contiene una URL no válida. Un archivo de tipo external
no puede contener una URL de archivo alojada en Notion. Use el tipo file
.”
No se que estoy haciendo mal, por favor que alguien me indique como puedo configurar de forma adecuada este escenario, creo que el error esta enfocado en los archivos de imagen como la foto y la firma.
Agradezco su colaboración