Mar 24, 2023 04:32 AM
Hi All
I am trying to pass Airtable data into Revit with the help of the DynaWeb dynamo package.
I created a grid view and integrated this with the dynamo script.
I am confused why the 3rd row is in index 0
2nd row is in index 5
Please help me to solve this issue.
I appreciate any help you can provide.
Solved! Go to Solution.
Mar 24, 2023 11:38 PM
Hi,
I have no idea what is Revit and I never saw and even heard about the program from screenshots, but I have a guess. Each record has ID, you can see it in the hyperlink when clicking on it, or retrieve by formula field RECORD_ID(). It looks like 'recXYZxyz...', 'rec'+14 random chars, letters in upper/lower case and numbers.
When you sync Airtable base to outer source (I used Excel to draw some graphs which were impossiible to draw in AT on that moment in time), record_id extracted as the primary field in you table, even if it not displayed in AT base.
Based on your values, I suppose that it sorts your records by record_id. Third row, 'rec2VJ..... ' seems to be first in sort order.
Mar 25, 2023 03:38 AM
Sorry I can't suggest without using the program at least once. First thing I'll search is to sort by the program after import. Second - look for import settings. Somewhere must be API call string etc, where you can add sorting option according to Airtable API docs.
Mar 24, 2023 11:38 PM
Hi,
I have no idea what is Revit and I never saw and even heard about the program from screenshots, but I have a guess. Each record has ID, you can see it in the hyperlink when clicking on it, or retrieve by formula field RECORD_ID(). It looks like 'recXYZxyz...', 'rec'+14 random chars, letters in upper/lower case and numbers.
When you sync Airtable base to outer source (I used Excel to draw some graphs which were impossiible to draw in AT on that moment in time), record_id extracted as the primary field in you table, even if it not displayed in AT base.
Based on your values, I suppose that it sorts your records by record_id. Third row, 'rec2VJ..... ' seems to be first in sort order.
Mar 25, 2023 12:04 AM
Hi @Alexey_Gusev, Thanks for the response. Shall I get any suggestion to solve this issue?
Mar 25, 2023 03:38 AM
Sorry I can't suggest without using the program at least once. First thing I'll search is to sort by the program after import. Second - look for import settings. Somewhere must be API call string etc, where you can add sorting option according to Airtable API docs.