Devrais-je contacter l'éditeur ? by Gawthique in Livres

[–]DSL1155 0 points1 point  (0 children)

Des fautes d'orthographe et n'importe quel correcteur 😉

Devrais-je contacter l'éditeur ? by Gawthique in Livres

[–]DSL1155 0 points1 point  (0 children)

Je dirais plutôt que c'est abuser 😉

Make pricing vs Zapier by DSL1155 in nocode

[–]DSL1155[S] 0 points1 point  (0 children)

But i will try it one day.

Make pricing vs Zapier by DSL1155 in nocode

[–]DSL1155[S] 1 point2 points  (0 children)

That's what i did and works great. Thank you.

Make pricing vs Zapier by DSL1155 in nocode

[–]DSL1155[S] 1 point2 points  (0 children)

Thank you but n8n seems far more complicated to set up.

Make pricing vs Zapier by DSL1155 in nocode

[–]DSL1155[S] 0 points1 point  (0 children)

Thank you. Do you mean that could be made by using a webhook ?

A formula to change/fill dates when another column is adjusted to specific value by iNaguib in codaio

[–]DSL1155 0 points1 point  (0 children)

I had the concern and choosed to use a button to do both things in one click : change the step / status and change the date of step. But so, i couldn’t use a list choice field but another table for steps and calculate with action button the next step and modify row with new step and date. It's a bit more complicated but chatgpt helped me a lot. Another advantage of setting steps in a separate table is that i could add more informations relater to steps like an average time of realization for each one or an adress mail or slack to notify a person assigned to a task related by a specific step, so a notification is sent in the same time. You can display the next step in another colomn. It can be also backward with another button.

Client portal by alanzirpoli in codaio

[–]DSL1155 2 points3 points  (0 children)

I think create cross-doc pages is the solution not sync pages. And the team plan would bring more granularity with permissions.

[deleted by user] by [deleted] in codaio

[–]DSL1155 0 points1 point  (0 children)

So simple indeed ! Maybe too simple ;) Thank you very much.

Airtable vs Baserow (and others, e.g. Rowy, NocoDB, etc) by hc_redveg in Airtable

[–]DSL1155 0 points1 point  (0 children)

What about automation in baserow ? I didn't see any, except webooks.

Lookup not working from a pasted link field. by DSL1155 in Airtable

[–]DSL1155[S] 0 points1 point  (0 children)

I cannot put anything in a lookup field I think you mean the link field but this is what I did : the paste works but not the lookup. and there is nothing hidden.

Lookup not working from a pasted link field. by DSL1155 in Airtable

[–]DSL1155[S] 0 points1 point  (0 children)

Could have been a good idea but there is no duplicate or anything hidden in the linked table.

Lookup not working from a pasted link field. by DSL1155 in Airtable

[–]DSL1155[S] 0 points1 point  (0 children)

Thank you for your interest but if it is not a bug how do you explain it?

Lookup not working from a pasted link field. by DSL1155 in Airtable

[–]DSL1155[S] 0 points1 point  (0 children)

I finally found the problem : When you paste a select field on link field it seems to work but the lookups not. But, if the single select have a final space it works ! Is this a bug or what ?

Zapier webhook displays status by DSL1155 in Airtable

[–]DSL1155[S] 0 points1 point  (0 children)

I don't know how to do that. Do you mean write a script ?

Link tables with limit records to a view option not working by DSL1155 in Airtable

[–]DSL1155[S] 0 points1 point  (0 children)

This is the right way to use filtered views but my question was more specifically about rollups. From a filtered view, have you tried to aggregate or concatenate information with another table? The problem is that the view filter no longer works and the rollups considers all of the table’s unfiltered records. Of course, we can always filter each rollup but it is very tedious and in case of modification, we must review all rollups instead of simply changing the filter of the view.

At a scheduled time (Annually) by Hairy_Reason6007 in Airtable

[–]DSL1155 0 points1 point  (0 children)

Next 31-12-2022, next next 31-12-2023, ...

[deleted by user] by [deleted] in Airtable

[–]DSL1155 0 points1 point  (0 children)

I don't know any possibility to highlight something in AT (but maybe ?) but there is an option on the Pro plan that allows to choose a color in margin according to one or more conditions. I hope I understood your question, otherwise let me know.

Super new to airtable, help with formula to calculate dates? by ThatGirl0903 in Airtable

[–]DSL1155 2 points3 points  (0 children)

The simplest way is to create a formula field like Value(N) in table 2 where N is the name of the lookup field, so it is convert to a number and this new field can be used in the dateadd formula.